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, parseExportPackage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findType, getEntryDescription, getPackageNames
public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType
in class DependencyClasspathEntry
public static SourcepathDirectory create(Path directory, Charset encoding)
protected static void scanDirectory(Path basedir, String suffix, Set<String> packages, Map<String,Path> files)
Copyright © 2020. All rights reserved.