Uses of Interface
org.jboss.migration.wfly10.config.management.PathResource
-
Packages that use PathResource Package Description org.jboss.migration.wfly10.config.management org.jboss.migration.wfly10.config.management.impl -
-
Uses of PathResource in org.jboss.migration.wfly10.config.management
Methods in org.jboss.migration.wfly10.config.management that return PathResource Modifier and Type Method Description default PathResourcePathResource.Parent. getPathResource(String resourceName)Methods in org.jboss.migration.wfly10.config.management that return types with arguments of type PathResource Modifier and Type Method Description default List<PathResource>PathResource.Parent. getPathResources() -
Uses of PathResource in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement PathResource Modifier and Type Class Description classPathResourceImplMethods in org.jboss.migration.wfly10.config.management.impl that return PathResource Modifier and Type Method Description PathResourcePathResourceImpl.Factory. newResourceInstance(String resourceName)
-