Uses of Enum Class
aQute.bnd.osgi.Verifier.ActivatorErrorType
Packages that use Verifier.ActivatorErrorType
-
Uses of Verifier.ActivatorErrorType in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Verifier.ActivatorErrorTypeMethods in aQute.bnd.osgi that return Verifier.ActivatorErrorTypeModifier and TypeMethodDescriptionstatic Verifier.ActivatorErrorTypeReturns the enum constant of this class with the specified name.static Verifier.ActivatorErrorType[]Verifier.ActivatorErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.osgi with parameters of type Verifier.ActivatorErrorTypeModifier and TypeMethodDescriptionprivate voidVerifier.registerActivatorErrorLocation(Reporter.SetLocation location, String activator, Verifier.ActivatorErrorType errorType) Constructors in aQute.bnd.osgi with parameters of type Verifier.ActivatorErrorTypeModifierConstructorDescriptionBundleActivatorError(String activatorName, Verifier.ActivatorErrorType type)