public class ClasspathSourceJar extends ClasspathJar
annotationPaths, annotationZipFile, closeZipFileAtEnd, file, packageCache, zipFileaccessRuleSet, BINARY, destinationPath, SOURCEEXTENSION_aj, EXTENSION_AJ, EXTENSION_class, EXTENSION_CLASS, EXTENSION_java, EXTENSION_JAVA, EXTENSION_jmod, EXTENSION_JMOD, SUFFIX_aj, SUFFIX_AJ, SUFFIX_class, SUFFIX_CLASS, SUFFIX_java, SUFFIX_JAVA, SUFFIX_STRING_aj, SUFFIX_STRING_AJ, SUFFIX_STRING_class, SUFFIX_STRING_CLASS, SUFFIX_STRING_java, SUFFIX_STRING_JAVA| Constructor and Description |
|---|
ClasspathSourceJar(java.io.File file,
boolean closeZipFileAtEnd,
AccessRuleSet accessRuleSet,
java.lang.String encoding,
java.lang.String destinationPath) |
| Modifier and Type | Method and Description |
|---|---|
NameEnvironmentAnswer |
findClass(char[] typeName,
java.lang.String qualifiedPackageName,
java.lang.String moduleName,
java.lang.String qualifiedBinaryFileName,
boolean asBinaryOnly) |
int |
getMode() |
addToPackageCache, close, fetchLinkedJars, findClass, findTypeNames, getModule, getModulesDeclaringPackage, getPath, hasAnnotationFileFor, hasCompilationUnit, initialize, listPackages, normalizedPath, reset, toStringacceptModule, allModules, equals, fetchAccessRestriction, getDestinationPath, getModuleNames, getModuleNames, hashCode, isAutomaticModule, isPackage, selectModules, singletonModuleNameIfclone, finalize, getClass, notify, notifyAll, wait, wait, waithasCUDeclaringPackage, hasModulegetModule, servesModulepublic ClasspathSourceJar(java.io.File file,
boolean closeZipFileAtEnd,
AccessRuleSet accessRuleSet,
java.lang.String encoding,
java.lang.String destinationPath)
public NameEnvironmentAnswer findClass(char[] typeName, java.lang.String qualifiedPackageName, java.lang.String moduleName, java.lang.String qualifiedBinaryFileName, boolean asBinaryOnly)
findClass in interface FileSystem.ClasspathfindClass in class ClasspathJarpublic int getMode()
getMode in class ClasspathJar