public class ClasspathDirectory extends DependencyClasspathEntry implements ClasspathEntry
exportedPackages, file, packageNames, PATH_EXPORT_PACKAGE, PATH_MANIFESTMF| Modifier and Type | Method and Description |
|---|---|
static ClasspathDirectory |
create(Path directory) |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
Path |
getFile(String packageName,
String typeName) |
protected static void |
scanDirectory(Path basedir,
String suffix,
Set<String> packages,
Map<String,Path> files) |
String |
toString() |
findType, getAccessRestriction, getEntryDescription, getEntryName, getPackageNames, parseBundleManifest, parseExportPackageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindType, getEntryDescription, getPackageNamespublic org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType in class DependencyClasspathEntrypublic static ClasspathDirectory create(Path directory)
protected static void scanDirectory(Path basedir, String suffix, Set<String> packages, Map<String,Path> files)
Copyright © 2018. All rights reserved.