org.eclipse.osgi.internal.loader
Class MultiSourcePackage
java.lang.Object
org.eclipse.osgi.internal.loader.PackageSource
org.eclipse.osgi.internal.loader.MultiSourcePackage
- All Implemented Interfaces:
- KeyedElement
public class MultiSourcePackage
- extends PackageSource
| Fields inherited from class org.eclipse.osgi.internal.loader.PackageSource |
id |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSuppliers
public SingleSourcePackage[] getSuppliers()
- Specified by:
getSuppliers in class PackageSource
loadClass
public Class<?> loadClass(String name)
throws ClassNotFoundException
- Specified by:
loadClass in class PackageSource
- Throws:
ClassNotFoundException
getResource
public URL getResource(String name)
- Specified by:
getResource in class PackageSource
getResources
public Enumeration<URL> getResources(String name)
- Specified by:
getResources in class PackageSource
listResources
public Collection<String> listResources(String path,
String filePattern)
- Specified by:
listResources in class PackageSource
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.