org.eclipse.jdt.internal.compiler.batch
类 ClasspathSourceJar

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
      继承者 org.eclipse.jdt.internal.compiler.batch.ClasspathJar
          继承者 org.eclipse.jdt.internal.compiler.batch.ClasspathSourceJar
所有已实现的接口:
FileSystem.Classpath, SuffixConstants

public class ClasspathSourceJar
extends ClasspathJar


字段摘要
 
从类 org.eclipse.jdt.internal.compiler.batch.ClasspathJar 继承的字段
closeZipFileAtEnd, file, packageCache, zipFile
 
从类 org.eclipse.jdt.internal.compiler.batch.ClasspathLocation 继承的字段
accessRuleSet, BINARY, destinationPath, SOURCE
 
从接口 org.eclipse.jdt.internal.compiler.util.SuffixConstants 继承的字段
EXTENSION_class, EXTENSION_CLASS, EXTENSION_java, EXTENSION_JAVA, SUFFIX_class, SUFFIX_CLASS, SUFFIX_java, SUFFIX_JAVA, SUFFIX_STRING_class, SUFFIX_STRING_CLASS, SUFFIX_STRING_java, SUFFIX_STRING_JAVA
 
构造方法摘要
ClasspathSourceJar(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String encoding, String destinationPath)
           
 
方法摘要
 NameEnvironmentAnswer findClass(char[] typeName, String qualifiedPackageName, String qualifiedBinaryFileName)
           
 NameEnvironmentAnswer findClass(char[] typeName, String qualifiedPackageName, String qualifiedBinaryFileName, boolean asBinaryOnly)
           
 int getMode()
           
 
从类 org.eclipse.jdt.internal.compiler.batch.ClasspathJar 继承的方法
fetchLinkedJars, findTypeNames, getPath, initialize, isPackage, normalizedPath, reset, toString
 
从类 org.eclipse.jdt.internal.compiler.batch.ClasspathLocation 继承的方法
equals, fetchAccessRestriction, hashCode
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ClasspathSourceJar

public ClasspathSourceJar(File file,
                          boolean closeZipFileAtEnd,
                          AccessRuleSet accessRuleSet,
                          String encoding,
                          String destinationPath)
方法详细信息

findClass

public NameEnvironmentAnswer findClass(char[] typeName,
                                       String qualifiedPackageName,
                                       String qualifiedBinaryFileName,
                                       boolean asBinaryOnly)
指定者:
接口 FileSystem.Classpath 中的 findClass
覆盖:
ClasspathJar 中的 findClass

findClass

public NameEnvironmentAnswer findClass(char[] typeName,
                                       String qualifiedPackageName,
                                       String qualifiedBinaryFileName)
指定者:
接口 FileSystem.Classpath 中的 findClass
覆盖:
ClasspathJar 中的 findClass

getMode

public int getMode()
覆盖:
ClasspathJar 中的 getMode


Copyright © 2013. All Rights Reserved.