|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Reads the description file of a JAR package data object into such an object.
The format is defined by the client who implements the reader/writer pair.
Method Summary | |
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. |
Method Detail |
public void read(JarPackageData jarPackageData) throws CoreException
It is the client's responsibility to close this reader.
public void close() throws CoreException
It is the client's responsibility to close this reader.
public IStatus getStatus()
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |