|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ComposedAdapterFactory.Descriptor.Registry
A registry is an index that takes a collection of keys,
typically a pair consisting of an EPackage or java.lang.Package, and a java.lang.Class,
and maps it to a descriptor
.
Nested Class Summary | |
---|---|
static class |
ComposedAdapterFactory.Descriptor.Registry.Impl
A simple registry implementation that supports delegation. |
Field Summary | |
---|---|
static ComposedAdapterFactory.Descriptor.Registry |
INSTANCE
The global registry typically populated by plugin registration. |
Method Summary | |
---|---|
ComposedAdapterFactory.Descriptor |
getDescriptor(java.util.Collection<?> types)
Returns descriptor that can create a factory for the types. |
Field Detail |
---|
static final ComposedAdapterFactory.Descriptor.Registry INSTANCE
Method Detail |
---|
ComposedAdapterFactory.Descriptor getDescriptor(java.util.Collection<?> types)
types
- collections of keys, typically a pair consisting of an EPackage or java.lang.Package, and a java.lang.Class.
|
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 |