Uses of Enum Class
org.wildfly.testing.tools.module.ModuleDependency.Services
Packages that use ModuleDependency.Services
Package
Description
Utilities for creating and managing WildFly modules programmatically during testing.
-
Uses of ModuleDependency.Services in org.wildfly.testing.tools.module
Methods in org.wildfly.testing.tools.module that return ModuleDependency.ServicesModifier and TypeMethodDescriptionstatic ModuleDependency.ServicesReturns the enum constant of this class with the specified name.static ModuleDependency.Services[]ModuleDependency.Services.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.testing.tools.module that return types with arguments of type ModuleDependency.ServicesModifier and TypeMethodDescriptionModuleDependency.services()Returns the services value, if defined.Methods in org.wildfly.testing.tools.module with parameters of type ModuleDependency.ServicesModifier and TypeMethodDescriptionModuleDependency.Builder.services(ModuleDependency.Services services) Define the value for the dependenciesservicesattribute.