org.eclipse.jdt.internal.compiler.batch
Class 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
- All Implemented Interfaces:
- FileSystem.Classpath, SuffixConstants
public class ClasspathSourceJar
- extends ClasspathJar
Fields inherited from interface 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 |
Constructor Summary |
ClasspathSourceJar(java.io.File file,
boolean closeZipFileAtEnd,
AccessRuleSet accessRuleSet,
java.lang.String encoding,
java.lang.String destinationPath)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClasspathSourceJar
public ClasspathSourceJar(java.io.File file,
boolean closeZipFileAtEnd,
AccessRuleSet accessRuleSet,
java.lang.String encoding,
java.lang.String destinationPath)
findClass
public NameEnvironmentAnswer findClass(char[] typeName,
java.lang.String qualifiedPackageName,
java.lang.String qualifiedBinaryFileName,
boolean asBinaryOnly)
- Specified by:
findClass
in interface FileSystem.Classpath
- Overrides:
findClass
in class ClasspathJar
findClass
public NameEnvironmentAnswer findClass(char[] typeName,
java.lang.String qualifiedPackageName,
java.lang.String qualifiedBinaryFileName)
- Specified by:
findClass
in interface FileSystem.Classpath
- Overrides:
findClass
in class ClasspathJar