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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer

public class ManifestAnalyzer
extends Object


构造方法摘要
ManifestAnalyzer()
           
 
方法摘要
 boolean analyzeManifestContents(InputStream inputStream)
          Analyze the manifest contents.
 List getCalledFileNames()
           
 int getClasspathSectionsCount()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ManifestAnalyzer

public ManifestAnalyzer()
方法详细信息

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.

参数:
inputStream - the given input stream.
返回:
true if the analysis is successful, false otherwise.
抛出:
IOException - if an exception occurs while analyzing the file

getClasspathSectionsCount

public int getClasspathSectionsCount()

getCalledFileNames

public List getCalledFileNames()


Copyright © 2013. All Rights Reserved.