Interface SystemPropertyResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostConfiguration,HostControllerConfiguration,ManageableServerConfiguration,StandaloneServerConfiguration
- All Known Implementing Classes:
AbstractManageableServerConfiguration,EmbeddedHostConfiguration,EmbeddedHostControllerConfiguration,EmbeddedStandaloneServerConfiguration
- Enclosing interface:
- SystemPropertyResource
public static interface SystemPropertyResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasSystemPropertyResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SystemPropertyResourcegetSystemPropertyResource(String resourceName)default StringgetSystemPropertyResourceAbsoluteName(String resourceName)default org.jboss.dmr.ModelNodegetSystemPropertyResourceConfiguration(String resourceName)default Set<String>getSystemPropertyResourceNames()default org.jboss.as.controller.PathAddressgetSystemPropertyResourcePathAddress(String resourceName)default List<SystemPropertyResource>getSystemPropertyResources()default booleanhasSystemPropertyResource(String resourceName)default voidremoveSystemPropertyResource(String resourceName)-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getResourceType, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
-
-
-
Method Detail
-
getSystemPropertyResource
default SystemPropertyResource getSystemPropertyResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getSystemPropertyResources
default List<SystemPropertyResource> getSystemPropertyResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getSystemPropertyResourceNames
default Set<String> getSystemPropertyResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getSystemPropertyResourcePathAddress
default org.jboss.as.controller.PathAddress getSystemPropertyResourcePathAddress(String resourceName)
-
getSystemPropertyResourceAbsoluteName
default String getSystemPropertyResourceAbsoluteName(String resourceName)
-
getSystemPropertyResourceConfiguration
default org.jboss.dmr.ModelNode getSystemPropertyResourceConfiguration(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
hasSystemPropertyResource
default boolean hasSystemPropertyResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
removeSystemPropertyResource
default void removeSystemPropertyResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-