public class ManifestAnalyzer extends Object
| Constructor and Description |
|---|
ManifestAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
analyzeManifestContents(InputStream inputStream)
Analyze the manifest contents.
|
List |
getCalledFileNames() |
int |
getClasspathSectionsCount() |
public boolean analyzeManifestContents(InputStream inputStream) throws IOException
inputStream - the given input stream.true if the analysis is successful, false otherwise.IOException - if an exception occurs while analyzing the filepublic int getClasspathSectionsCount()
public List getCalledFileNames()
Copyright © 2015. All rights reserved.