public class SourcepathDirectory extends DependencyClasspathEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
SourcepathDirectory.ClasspathCompilationUnit |
exportedPackages, file, packageNames, PATH_EXPORT_PACKAGE, PATH_MANIFESTMF| Modifier and Type | Method and Description |
|---|---|
static SourcepathDirectory |
create(Path directory,
Charset encoding) |
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 SourcepathDirectory create(Path directory, Charset encoding)
protected static void scanDirectory(Path basedir, String suffix, Set<String> packages, Map<String,Path> files)
Copyright © 2018. All rights reserved.