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, parseExportPackage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findType, getEntryDescription
public Collection<String> getPackageNames()
getPackageNames
in interface ClasspathEntry
getPackageNames
in class DependencyClasspathEntry
public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String binaryFileName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType
in class DependencyClasspathEntry
public static ClasspathDirectory create(File directory)
public File getFile(String packageName, String binaryFileName) throws IOException
IOException
Copyright © 2016. All rights reserved.