Uses of Interface
org.jboss.migration.wfly10.config.management.JvmResource
-
Packages that use JvmResource Package Description org.jboss.migration.wfly10.config.management org.jboss.migration.wfly10.config.management.impl -
-
Uses of JvmResource in org.jboss.migration.wfly10.config.management
Methods in org.jboss.migration.wfly10.config.management that return JvmResource Modifier and Type Method Description default JvmResourceJvmResource.Parent. getJvmResource(String resourceName)Methods in org.jboss.migration.wfly10.config.management that return types with arguments of type JvmResource Modifier and Type Method Description default List<JvmResource>JvmResource.Parent. getJvmResources() -
Uses of JvmResource in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement JvmResource Modifier and Type Class Description classJvmResourceImplMethods in org.jboss.migration.wfly10.config.management.impl that return JvmResource Modifier and Type Method Description JvmResourceJvmResourceImpl.Factory. newResourceInstance(String resourceName)
-