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(File directory,
Charset encoding) |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
protected org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType0(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
File |
getFile(String packageName,
String typeName,
String suffix) |
protected static Set<String> |
getPackageNames(File directory) |
String |
toString() |
findType, getAccessRestriction, getEntryDescription, getEntryName, getPackageNames, parseBundleManifest, parseExportPackageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindType, getEntryDescription, getPackageNamesprotected org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType0(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) throws IOException, org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
IOExceptionorg.eclipse.jdt.internal.compiler.classfmt.ClassFormatExceptionpublic static SourcepathDirectory create(File directory, Charset encoding)
public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(String packageName, String typeName, org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction)
findType in class DependencyClasspathEntrypublic File getFile(String packageName, String typeName, String suffix) throws IOException
IOExceptionCopyright © 2017. All rights reserved.