| Class | Description |
|---|---|
| AbstractModuleDescriptor<T> | |
| ChainModuleDescriptorFactory |
Module descriptor factory that checks multiple factories in sequence.
|
| ModuleDescriptors | |
| ModuleDescriptors.EqualsBuilder |
Assists in implementing a consistent implementation of
ModuleDescriptor.equals(Object) methods for
module descriptors based on the complete key of the descriptor. |
| ModuleDescriptors.HashCodeBuilder |
Assists in implementing
Object.hashCode() methods for module descriptors based on the hashCode
of their complete key. |
| UnloadableModuleDescriptor |
Instances of this class represent a module which could not be loaded, not a module
which can be unloaded.
|
| UnloadableModuleDescriptorFactory |
Utility class to create UnloadableModuleDescriptor instances when there are problems
|
| UnrecognisedModuleDescriptor | |
| UnrecognisedModuleDescriptorFactory |
Utility class to create UnloadableModuleDescriptor instances when there are problems
|
| UnrecognisedModuleDescriptorRequiringRestart |
| Annotation Type | Description |
|---|---|
| CannotDisable |
Marks
ModuleDescriptor implementations that cannot be disabled. |
| RequiresRestart |
Marks
ModuleDescriptor implementations that require a restart of the application to
start the plugin when installed at runtime. |
Copyright © 2019 Atlassian. All rights reserved.