Class SystemPropertyResourceImpl.Factory
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource.Factory<SystemPropertyResource,SystemPropertyResource.Parent>
-
- org.jboss.migration.wfly10.config.management.impl.SystemPropertyResourceImpl.Factory
-
- Enclosing class:
- SystemPropertyResourceImpl
public static class SystemPropertyResourceImpl.Factory extends AbstractManageableResource.Factory<SystemPropertyResource,SystemPropertyResource.Parent>
-
-
Field Summary
-
Fields inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource.Factory
parentResource, pathAddressBase, pathElementKey, resourceType, serverConfiguration
-
-
Constructor Summary
Constructors Constructor Description Factory(org.jboss.as.controller.PathAddress pathAddressBase, SystemPropertyResource.Parent parentResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemPropertyResourcenewResourceInstance(String resourceName)-
Methods inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource.Factory
getResource, getResourceNames, getResourcePathAddress, getResources, getResourceType, hasResource, removeResource, toString
-
-
-
-
Constructor Detail
-
Factory
public Factory(org.jboss.as.controller.PathAddress pathAddressBase, SystemPropertyResource.Parent parentResource)
-
-
Method Detail
-
newResourceInstance
public SystemPropertyResource newResourceInstance(String resourceName)
- Specified by:
newResourceInstancein classAbstractManageableResource.Factory<SystemPropertyResource,SystemPropertyResource.Parent>
-
-