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, toString
compare, getId, getKey, getKeyHashCode, hasCommonSource, isNullSource
public FilteredSourcePackage(String name, BundleLoaderProxy supplier, String includes, String excludes, String[] friends)
public boolean isFriend(String symbolicName)
isFriend
in class PackageSource
public URL getResource(String name)
getResource
in class SingleSourcePackage
public Enumeration<URL> getResources(String name)
getResources
in class SingleSourcePackage
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass
in class SingleSourcePackage
ClassNotFoundException
public Collection<String> listResources(String path, String filePattern)
listResources
in class SingleSourcePackage
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.