public class SingleSourcePackage extends PackageSource
id| Constructor and Description |
|---|
SingleSourcePackage(String id,
BundleLoaderProxy supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object source) |
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
SingleSourcePackage[] |
getSuppliers() |
int |
hashCode() |
Collection<String> |
listResources(String path,
String filePattern) |
Class<?> |
loadClass(String name) |
String |
toString() |
compare, getId, getKey, getKeyHashCode, hasCommonSource, isFriend, isNullSourcepublic SingleSourcePackage(String id, BundleLoaderProxy supplier)
public SingleSourcePackage[] getSuppliers()
getSuppliers in class PackageSourcepublic Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class PackageSourceClassNotFoundExceptionpublic URL getResource(String name)
getResource in class PackageSourcepublic Enumeration<URL> getResources(String name)
getResources in class PackageSourcepublic Collection<String> listResources(String path, String filePattern)
listResources in class PackageSourceCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.