public interface IJarDescriptionWriter
The format is defined by the client who implements the reader/writer pair.
JarPackageData
,
IJarDescriptionReader
Modifier and Type | Method and Description |
---|---|
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.
|
void write(JarPackageData jarPackage) throws CoreException
It is the client's responsibility to close this writer.
jarPackage
- the jar package data to writeCoreException
- if writing fails, e.g. I/O error during write operationvoid close() throws CoreException
It is the client's responsibility to close this writer.
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.