Uses of Interface
org.jboss.migration.wfly10.config.management.SystemPropertyResource
-
Packages that use SystemPropertyResource Package Description org.jboss.migration.wfly10.config.management org.jboss.migration.wfly10.config.management.impl -
-
Uses of SystemPropertyResource in org.jboss.migration.wfly10.config.management
Methods in org.jboss.migration.wfly10.config.management that return SystemPropertyResource Modifier and Type Method Description default SystemPropertyResourceSystemPropertyResource.Parent. getSystemPropertyResource(String resourceName)Methods in org.jboss.migration.wfly10.config.management that return types with arguments of type SystemPropertyResource Modifier and Type Method Description default List<SystemPropertyResource>SystemPropertyResource.Parent. getSystemPropertyResources() -
Uses of SystemPropertyResource in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement SystemPropertyResource Modifier and Type Class Description classSystemPropertyResourceImplMethods in org.jboss.migration.wfly10.config.management.impl that return SystemPropertyResource Modifier and Type Method Description SystemPropertyResourceSystemPropertyResourceImpl.Factory. newResourceInstance(String resourceName)
-