Class Overview
ClassSpace
that can create multiple (deferred) copies of the same implementation type.
Summary
[Expand]
Inherited Methods |
From class
org.eclipse.sisu.space.URLClassSpace
final
DeferredClass<?>
|
deferLoadClass(String name)
Defers loading of the named class from the surrounding class space.
|
final
boolean
|
equals(Object rhs)
|
final
Enumeration<URL>
|
findEntries(String path, String glob, boolean recurse)
Queries local class space content for entries matching the given pattern.
|
final
URL
|
getResource(String name)
Queries the surrounding class space for the resource with the given name.
|
final
Enumeration<URL>
|
getResources(String name)
Queries the surrounding class space for all resources with the given name.
|
final
URL[]
|
getURLs()
|
final
int
|
hashCode()
|
final
Class<?>
|
loadClass(String name)
Loads the named class from the surrounding class space.
|
final
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
org.eclipse.sisu.space.ClassSpace
abstract
DeferredClass<?>
|
deferLoadClass(String name)
Defers loading of the named class from the surrounding class space.
|
abstract
Enumeration<URL>
|
findEntries(String path, String glob, boolean recurse)
Queries local class space content for entries matching the given pattern.
|
abstract
URL
|
getResource(String name)
Queries the surrounding class space for the resource with the given name.
|
abstract
Enumeration<URL>
|
getResources(String name)
Queries the surrounding class space for all resources with the given name.
|
abstract
Class<?>
|
loadClass(String name)
Loads the named class from the surrounding class space.
|
|
Public Constructors
Public Methods
public
static
String
originalName
(String proxyName)