public interface IJarDescriptionReader
The format is defined by the client who implements the reader/writer pair.
JarPackageData
,
IJarDescriptionWriter
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this reader.
|
IStatus |
getStatus()
Returns the status of this reader.
|
void |
read(JarPackageData jarPackageData)
Reads Jar Package description and fills data into
the JAR Package data object.
|
void read(JarPackageData jarPackageData) throws CoreException
It is the client's responsibility to close this reader.
jarPackageData
- the object into which data is filledCoreException
- if read failed, e.g. I/O error during read operationvoid close() throws CoreException
It is the client's responsibility to close this reader.
CoreException
- if closing fails, e.g. I/O error during close operationIStatus getStatus()
OK
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.