Package com.atlassian.plugin.descriptors

Class Summary
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.
ResourcedModuleDescriptor<T> Deprecated. All module descriptors now have resources.
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 Types Summary
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 © 2015 Atlassian. All rights reserved.