Interface ProfileResource
-
- All Superinterfaces:
ManageableResource,SubsystemResource.Parent
- All Known Implementing Classes:
ProfileResourceImpl
public interface ProfileResource extends ManageableResource, SubsystemResource.Parent
- Author:
- emmartins
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProfileResource.ParentA facade (with full defaults) for aManageableResourcewhich hasProfileResourcechildren.
-
Field Summary
Fields Modifier and Type Field Description static ManageableResourceTypeRESOURCE_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProfileResource.ParentgetParentResource()default ManageableResourceTypegetResourceType()-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SubsystemResource.Parent
getSubsystemResource, getSubsystemResourceAbsoluteName, getSubsystemResourceConfiguration, getSubsystemResourceNames, getSubsystemResourcePathAddress, getSubsystemResources, hasSubsystemResource, removeSubsystemResource
-
-
-
-
Field Detail
-
RESOURCE_TYPE
static final ManageableResourceType RESOURCE_TYPE
-
-
Method Detail
-
getResourceType
default ManageableResourceType getResourceType()
- Specified by:
getResourceTypein interfaceManageableResource
-
getParentResource
ProfileResource.Parent getParentResource()
- Specified by:
getParentResourcein interfaceManageableResource
-
-