com.atlassian.jira.workflow.configuration
Class ConfigurationFactory

java.lang.Object
  extended by com.atlassian.jira.workflow.configuration.ConfigurationFactory
All Implemented Interfaces:
com.google.common.base.Supplier<com.opensymphony.workflow.config.Configuration>

public class ConfigurationFactory
extends Object
implements com.google.common.base.Supplier<com.opensymphony.workflow.config.Configuration>

Creates an instance of the OSWorkflow Configuration to be used by JIRA.

Since:
v5.1

Constructor Summary
ConfigurationFactory()
           
 
Method Summary
 com.opensymphony.workflow.config.Configuration get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFactory

public ConfigurationFactory()
Method Detail

get

public com.opensymphony.workflow.config.Configuration get()
Specified by:
get in interface com.google.common.base.Supplier<com.opensymphony.workflow.config.Configuration>


Copyright © 2002-2013 Atlassian. All Rights Reserved.