Uses of Class
org.wildfly.testing.tools.modules.ModuleDependency.Services
-
Packages that use ModuleDependency.Services Package Description org.wildfly.testing.tools.modules -
-
Uses of ModuleDependency.Services in org.wildfly.testing.tools.modules
Methods in org.wildfly.testing.tools.modules that return ModuleDependency.Services Modifier and Type Method Description static ModuleDependency.ServicesModuleDependency.Services. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleDependency.Services[]ModuleDependency.Services. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.testing.tools.modules that return types with arguments of type ModuleDependency.Services Modifier and Type Method Description Optional<ModuleDependency.Services>ModuleDependency. services()Returns the services value, if defined.Methods in org.wildfly.testing.tools.modules with parameters of type ModuleDependency.Services Modifier and Type Method Description ModuleDependency.BuilderModuleDependency.Builder. services(ModuleDependency.Services services)Define the value for the dependenciesservicesattribute.
-