|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
public class ManifestAnalyzer
| Constructor Summary | |
|---|---|
ManifestAnalyzer()
|
|
| Method Summary | |
|---|---|
boolean |
analyzeManifestContents(java.io.InputStream inputStream)
Analyze the manifest contents. |
java.util.List |
getCalledFileNames()
|
int |
getClasspathSectionsCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManifestAnalyzer()
| Method Detail |
|---|
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 int getClasspathSectionsCount()
public java.util.List getCalledFileNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||