public class RootElementFactory extends java.lang.Object implements ElementFactory<Manageable>
ElementFactories| Constructor and Description |
|---|
RootElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
Element |
create(Manageable m, Element parent)
The default factory recognizes the following
Manageable sub-types: Object ClassReturns RootManageableContext AppServerRoot AppServerManageableContext AppServerManageableFolder Element self Manageable DefaultManageableElement CompositeManageable DefaultManageableFolder |
public Element create(Manageable m, Element parent)
Manageable sub-types:
create in interface ElementFactory<Manageable>m -parent -