public class ClasspathJar extends DependencyClasspathEntry implements ClasspathEntry
exportedPackages, file, packageNames, PATH_EXPORT_PACKAGE, PATH_MANIFESTMF
Modifier and Type | Method and Description |
---|---|
static ClasspathJar |
create(Path file) |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(String packageName,
String typeName,
org.eclipse.jdt.internal.compiler.env.AccessRestriction accessRestriction) |
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 ClasspathJar create(Path file) throws IOException
IOException
Copyright © 2020. All rights reserved.