Uses of Enum
org.jboss.modules.Linkage.State
Packages that use Linkage.State
-
Uses of Linkage.State in org.jboss.modules
Subclasses with type arguments of type Linkage.State in org.jboss.modulesFields in org.jboss.modules declared as Linkage.StateMethods in org.jboss.modules that return Linkage.StateModifier and TypeMethodDescription(package private) Linkage.StateLinkage.getState()static Linkage.StateReturns 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)