Uses of Class
aQute.bnd.osgi.Verifier.ActivatorErrorType
-
Packages that use Verifier.ActivatorErrorType Package Description aQute.bnd.osgi -
-
Uses of Verifier.ActivatorErrorType in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Verifier.ActivatorErrorType Modifier and Type Field Description Verifier.ActivatorErrorType
Verifier.BundleActivatorError. errorType
Methods in aQute.bnd.osgi that return Verifier.ActivatorErrorType Modifier and Type Method Description static Verifier.ActivatorErrorType
Verifier.ActivatorErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Verifier.ActivatorErrorType[]
Verifier.ActivatorErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.osgi with parameters of type Verifier.ActivatorErrorType Constructor Description BundleActivatorError(java.lang.String activatorName, Verifier.ActivatorErrorType type)
-