Package | Description |
---|---|
aQute.bnd.osgi |
Modifier and Type | Field and Description |
---|---|
Verifier.ActivatorErrorType |
Verifier.BundleActivatorError.errorType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
Verifier.registerActivatorErrorLocation(Reporter.SetLocation location,
java.lang.String activator,
Verifier.ActivatorErrorType errorType) |
Constructor and Description |
---|
BundleActivatorError(java.lang.String activatorName,
Verifier.ActivatorErrorType type) |