Klasse ManifestAnalyzer
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleananalyzeManifestContents(char[] chars) Analyzes the manifest contents.booleananalyzeManifestContents(InputStream inputStream) Analyzes the manifest contents.int
-
Konstruktordetails
-
ManifestAnalyzer
public ManifestAnalyzer()
-
-
Methodendetails
-
analyzeManifestContents
Analyzes the manifest contents. The given input stream is read using a UTF-8 encoded reader. If the contents of the input stream is not encoded using a UTF-8 encoding, the analysis will fail.- Parameter:
inputStream- the given input stream.- Gibt zurück:
trueif the analysis is successful,falseotherwise.- Löst aus:
IOException- if an exception occurs while analyzing the file
-
analyzeManifestContents
public boolean analyzeManifestContents(char[] chars) Analyzes the manifest contents.- Parameter:
chars- the content of the manifest- Gibt zurück:
trueif the analysis is successful,falseotherwise.
-
getClasspathSectionsCount
public int getClasspathSectionsCount() -
getCalledFileNames
-