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, isNullSource
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.