|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Resource.Factory
A factory for creating resources.
A factory is implemented to create
a specialized type of resource
and is typically registered in registry
.
ResourceSet.createResource(URI)
Nested Class Summary | |
---|---|
static interface |
Resource.Factory.Descriptor
A descriptor used by a resource factory registry to defer factory creation. |
static interface |
Resource.Factory.Registry
A registry of resource factories. |
Method Summary | |
---|---|
Resource |
createResource(URI uri)
Creates a resource with the given URI and returns it. |
Method Detail |
---|
Resource createResource(URI uri)
Clients will typically not call this directly themselves;
it's called by the resource set to create
a resource.
uri
- the URI.
ResourceSet.createResource(URI)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |