com.atlassian.jira.plugin.userformat.descriptors
Class DefaultUserFormatTypes

java.lang.Object
  extended by com.atlassian.jira.plugin.userformat.descriptors.DefaultUserFormatTypes
All Implemented Interfaces:
UserFormatTypes

public class DefaultUserFormatTypes
extends Object
implements UserFormatTypes

Since:
v4.4

Constructor Summary
DefaultUserFormatTypes(UserFormatModuleDescriptors userFormatModuleDescriptors)
           
 
Method Summary
 Iterable<String> get()
          Gets all the types which have an enabled user format module descriptor from the plugins system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserFormatTypes

public DefaultUserFormatTypes(UserFormatModuleDescriptors userFormatModuleDescriptors)
Method Detail

get

public Iterable<String> get()
Description copied from interface: UserFormatTypes
Gets all the types which have an enabled user format module descriptor from the plugins system.

Specified by:
get in interface UserFormatTypes
Returns:
An Iterable of all the types which have an enabled user format module descriptor.


Copyright © 2002-2014 Atlassian. All Rights Reserved.