|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Writes the description file of a JAR package data object.
The format is defined by the client who implements the reader/writer pair.
Method Summary | |
void | close()
Closes this writer. |
IStatus | getStatus()
Returns the status of this reader. |
void | write(JarPackageData jarPackage)
Writes the JAR package data to the description file to to the underlying stream. |
Method Detail |
public void write(JarPackageData jarPackage) throws CoreException
It is the client's responsibility to close this writer.
public void close() throws CoreException
It is the client's responsibility to close this writer.
public IStatus getStatus()
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |