public class ClasspathDirectory extends DependencyClasspathEntry implements ClasspathEntry
exportedPackages, file, packageNames, PATH_EXPORT_PACKAGE, PATH_MANIFESTMF
Modifier and Type | Method and Description |
---|---|
static ClasspathDirectory |
create(File directory) |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
protected org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType0(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
File |
getFile(String packageName,
String typeName,
String suffix) |
protected static Set<String> |
getPackageNames(File directory) |
String |
toString() |
findType, getAccessRestriction, getEntryDescription, getEntryName, getPackageNames, parseBundleManifest, parseExportPackage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findType, getEntryDescription, getPackageNames
protected org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType0(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) throws IOException, org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
IOException
org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
public static ClasspathDirectory create(File directory)
public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType
in class DependencyClasspathEntry
public File getFile(String packageName, String typeName, String suffix) throws IOException
IOException
Copyright © 2017. All rights reserved.