public class ManifestAnalyzer
extends java.lang.Object
| Constructor and Description |
|---|
ManifestAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
analyzeManifestContents(char[] chars)
Analyzes the manifest contents.
|
boolean |
analyzeManifestContents(java.io.InputStream inputStream)
Analyzes the manifest contents.
|
java.util.List |
getCalledFileNames() |
int |
getClasspathSectionsCount() |
public boolean analyzeManifestContents(java.io.InputStream inputStream)
throws java.io.IOException
inputStream - the given input stream.true if the analysis is successful, false otherwise.java.io.IOException - if an exception occurs while analyzing the filepublic boolean analyzeManifestContents(char[] chars)
chars - the content of the manifesttrue if the analysis is successful, false otherwise.public int getClasspathSectionsCount()
public java.util.List getCalledFileNames()