public interface UserFormatModuleDescriptors
| Modifier and Type | Method and Description |
|---|---|
UserFormatModuleDescriptor |
defaultFor(String type)
Gets the default
user format module descriptors for the specified type. |
Iterable<UserFormatModuleDescriptor> |
forType(String type)
Gets a snapshot of the configured
user format module descriptors for a
specific type from the plugins system. |
Iterable<UserFormatModuleDescriptor> |
get()
Gets a snapshot of all the configured
user format module descriptors from the
plugins system. |
UserFormatModuleDescriptor |
withKey(String completeKey)
Gets the
user format module descriptor for the specified key. |
Iterable<UserFormatModuleDescriptor> get()
user format module descriptors from the
plugins system.Iterable<UserFormatModuleDescriptor> forType(String type)
user format module descriptors for a
specific type from the plugins system.type - The type of the user format module descriptors to find.UserFormatModuleDescriptor defaultFor(String type)
user format module descriptors for the specified type.type - The type to find a default user format descriptor for.null
if no default was found.UserFormatModuleDescriptor withKey(String completeKey)
user format module descriptor for the specified key.completeKey - The complete key for the module descriptor to find.user format module descriptor for the specified key or null
if no module descriptor could be found for that key.Copyright © 2002-2015 Atlassian. All Rights Reserved.