|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserFormatModuleDescriptors
Represents the enabled user format module descriptors in the plugins system.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||