Uses of Enum
org.jboss.modules.Linkage.State
Packages that use Linkage.State
-
Uses of Linkage.State in org.jboss.modules
Fields in org.jboss.modules declared as Linkage.StateMethods in org.jboss.modules that return Linkage.StateModifier and TypeMethodDescription(package private) Linkage.State
Linkage.getState()
static Linkage.State
Returns the enum constant of this type with the specified name.static Linkage.State[]
Linkage.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.modules with parameters of type Linkage.StateModifierConstructorDescription(package private)
Linkage
(DependencySpec[] dependencySpecs, Dependency[] dependencies, Linkage.State state) (package private)
Linkage
(DependencySpec[] dependencySpecs, Dependency[] dependencies, Linkage.State state, Map<String, List<LocalLoader>> allPaths) (package private)
Linkage
(Linkage.State state)