org.eclipse.jdt.internal.compiler.util
Class ManifestAnalyzer

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer

public class ManifestAnalyzer
extends Object


Constructor Summary
ManifestAnalyzer()
           
 
Method Summary
 boolean analyzeManifestContents(InputStream inputStream)
          Analyze the manifest contents.
 List getCalledFileNames()
           
 int getClasspathSectionsCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestAnalyzer

public ManifestAnalyzer()
Method Detail

analyzeManifestContents

public boolean analyzeManifestContents(InputStream inputStream)
                                throws IOException
Analyze 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.

Parameters:
inputStream - the given input stream.
Returns:
true if the analysis is successful, false otherwise.
Throws:
IOException - if an exception occurs while analyzing the file

getClasspathSectionsCount

public int getClasspathSectionsCount()

getCalledFileNames

public List getCalledFileNames()


Copyright © 2012. All Rights Reserved.