Uses of Enum
org.wildfly.testing.tools.modules.ModuleDependency.Services
Packages that use ModuleDependency.Services
-
Uses of ModuleDependency.Services in org.wildfly.testing.tools.modules
Methods in org.wildfly.testing.tools.modules that return ModuleDependency.ServicesModifier and TypeMethodDescriptionstatic ModuleDependency.ServicesReturns 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.ServicesModifier and TypeMethodDescriptionModuleDependency.services()Returns the services value, if defined.Methods in org.wildfly.testing.tools.modules with parameters of type ModuleDependency.ServicesModifier and TypeMethodDescriptionModuleDependency.Builder.services(ModuleDependency.Services services) Define the value for the dependenciesservicesattribute.