Class ManageableServerConfigurationType
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.ManageableResourceType
-
- org.jboss.migration.wfly10.config.management.ManageableServerConfigurationType
-
public class ManageableServerConfigurationType extends ManageableResourceType
- Author:
- emmartins
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManageableServerConfigurationType(Class<? extends ManageableResource> type)protectedManageableServerConfigurationType(Class<? extends ManageableResource> type, ManageableResourceType... childTypes)
-
Method Summary
-
Methods inherited from class org.jboss.migration.wfly10.config.management.ManageableResourceType
addChildType, equals, getChildTypes, getDescendantTypes, getType, hashCode, toString
-
-
-
-
Constructor Detail
-
ManageableServerConfigurationType
protected ManageableServerConfigurationType(Class<? extends ManageableResource> type)
-
ManageableServerConfigurationType
protected ManageableServerConfigurationType(Class<? extends ManageableResource> type, ManageableResourceType... childTypes)
-
-