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, parseExportPackageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindType, getEntryDescription, getPackageNamesprotected 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
IOExceptionorg.eclipse.jdt.internal.compiler.classfmt.ClassFormatExceptionpublic 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 DependencyClasspathEntrypublic File getFile(String packageName, String typeName, String suffix) throws IOException
IOExceptionCopyright © 2017. All rights reserved.