|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJarDescriptionReader
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.
JarPackageData
,
IJarDescriptionWriter
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 |
---|
void read(JarPackageData jarPackageData) throws CoreException
It is the client's responsibility to close this reader.
jarPackageData
- the object into which data is filled
CoreException
- 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
.
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.