public class MultiSourcePackage extends PackageSource
id| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
SingleSourcePackage[] |
getSuppliers() |
Collection<String> |
listResources(String path,
String filePattern) |
Class<?> |
loadClass(String name) |
compare, getId, getKey, getKeyHashCode, hasCommonSource, isFriend, isNullSourcepublic 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.