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 binaryFileName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
File |
getFile(String packageName,
String binaryFileName) |
Collection<String> |
getPackageNames() |
String |
toString() |
findType, getAccessRestriction, getEntryDescription, getEntryName, parseBundleManifest, parseExportPackageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindType, getEntryDescriptionpublic Collection<String> getPackageNames()
getPackageNames in interface ClasspathEntrygetPackageNames in class DependencyClasspathEntrypublic org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String binaryFileName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType in class DependencyClasspathEntrypublic static ClasspathDirectory create(File directory)
public File getFile(String packageName, String binaryFileName) throws IOException
IOExceptionCopyright © 2015. All rights reserved.