|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManifestParser
Strategy for parsing manifests. The only format enforced is that defined for regular JDK manifests.
Concurrent Semantics
| Method Summary | |
|---|---|
boolean |
foundProblems()
|
java.util.List<ManifestProblem> |
getProblems()
|
ManifestContents |
parse(java.io.Reader manifestReader)
Parse a manifest from the supplied reader. |
ManifestContents |
parse(java.lang.String manifestData)
Parse an input string of data as a manifest. |
void |
setTerminateAfterMainSection(boolean shouldTerminate)
|
| Method Detail |
|---|
ManifestContents parse(java.lang.String manifestData)
manifestData -
ManifestContents parse(java.io.Reader manifestReader)
throws java.io.IOException
manifestReader -
java.io.IOException - if there is a problem with the Readerboolean foundProblems()
java.util.List<ManifestProblem> getProblems()
void setTerminateAfterMainSection(boolean shouldTerminate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||