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, isNullSource
public SingleSourcePackage(String id, BundleLoaderProxy supplier)
public SingleSourcePackage[] getSuppliers()
getSuppliers
in class PackageSource
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass
in class PackageSource
ClassNotFoundException
public URL getResource(String name)
getResource
in class PackageSource
public Enumeration<URL> getResources(String name)
getResources
in class PackageSource
public Collection<String> listResources(String path, String filePattern)
listResources
in class PackageSource
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.