Class PathResourceImpl.Factory
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource.Factory<PathResource,PathResource.Parent>
-
- org.jboss.migration.wfly10.config.management.impl.PathResourceImpl.Factory
-
- Enclosing class:
- PathResourceImpl
public static class PathResourceImpl.Factory extends AbstractManageableResource.Factory<PathResource,PathResource.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, PathResource.Parent parentResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathResourcenewResourceInstance(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, PathResource.Parent parentResource)
-
-
Method Detail
-
newResourceInstance
public PathResource newResourceInstance(String resourceName)
- Specified by:
newResourceInstancein classAbstractManageableResource.Factory<PathResource,PathResource.Parent>
-
-