Class ManageableResourceType
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.ManageableResourceType
-
- Direct Known Subclasses:
ManageableServerConfigurationType
public class ManageableResourceType extends Object
- Author:
- emmartins
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManageableResourceType(Class<? extends ManageableResource> type)protectedManageableResourceType(Class<? extends ManageableResource> type, ManageableResourceType... childTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddChildType(ManageableResourceType childType)booleanequals(Object o)Set<ManageableResourceType>getChildTypes()Set<ManageableResourceType>getDescendantTypes()Class<? extends ManageableResource>getType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ManageableResourceType
protected ManageableResourceType(Class<? extends ManageableResource> type)
-
ManageableResourceType
protected ManageableResourceType(Class<? extends ManageableResource> type, ManageableResourceType... childTypes)
-
-
Method Detail
-
addChildType
protected void addChildType(ManageableResourceType childType)
-
getType
public Class<? extends ManageableResource> getType()
-
getChildTypes
public Set<ManageableResourceType> getChildTypes()
-
getDescendantTypes
public Set<ManageableResourceType> getDescendantTypes()
-
-