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