public class FilteredSourcePackage extends SingleSourcePackage
id| Constructor and Description |
|---|
FilteredSourcePackage(String name,
BundleLoaderProxy supplier,
String includes,
String excludes,
String[] friends) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
boolean |
isFriend(String symbolicName) |
Collection<String> |
listResources(String path,
String filePattern) |
Class<?> |
loadClass(String name) |
equals, getSuppliers, hashCode, toStringcompare, getId, getKey, getKeyHashCode, hasCommonSource, isNullSourcepublic FilteredSourcePackage(String name, BundleLoaderProxy supplier, String includes, String excludes, String[] friends)
public boolean isFriend(String symbolicName)
isFriend in class PackageSourcepublic URL getResource(String name)
getResource in class SingleSourcePackagepublic Enumeration<URL> getResources(String name)
getResources in class SingleSourcePackagepublic Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class SingleSourcePackageClassNotFoundExceptionpublic Collection<String> listResources(String path, String filePattern)
listResources in class SingleSourcePackageCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.