public static interface DelegateDomain.Factory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DelegateDomain.Factory.Descriptor
A
Factory wrapper that is used by the
DelegateDomain.Factory.Registry. |
static interface |
DelegateDomain.Factory.Registry
A registry of delegate domain factories.
|
| Modifier and Type | Field and Description |
|---|---|
static DelegateDomain.Factory |
INSTANCE
The global instance used when no factory is registered.
|
| Modifier and Type | Method and Description |
|---|---|
DelegateDomain |
createDelegateDomain(String delegateURI,
EPackage ePackage)
Creates the delegate domain for the specified ePackage.
|
static final DelegateDomain.Factory INSTANCE
DelegateDomain createDelegateDomain(String delegateURI, EPackage ePackage)
ePackage - the packageCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.