com.atlassian.jira.config.webwork
Class JiraConfiguration

java.lang.Object
  extended bycom.atlassian.jira.config.webwork.JiraConfiguration
All Implemented Interfaces:
webwork.config.ConfigurationInterface

public class JiraConfiguration
extends Object
implements webwork.config.ConfigurationInterface

Delegating configuration that checks the WebworkModuleDescriptors


Field Summary
static org.apache.log4j.Category log
           
 
Constructor Summary
JiraConfiguration()
           
 
Method Summary
 Object getImpl(String aName)
          Get a named setting.
 List getWebworkPluginConfigurations()
           
 Iterator listImpl()
          List setting names
 void setImpl(String aName, Object aValue)
          Set a named setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Constructor Detail

JiraConfiguration

public JiraConfiguration()
Method Detail

getWebworkPluginConfigurations

public List getWebworkPluginConfigurations()

getImpl

public Object getImpl(String aName)
               throws IllegalArgumentException
Get a named setting.

Specified by:
getImpl in interface webwork.config.ConfigurationInterface
Throws:
IllegalArgumentException

setImpl

public void setImpl(String aName,
                    Object aValue)
             throws IllegalArgumentException,
                    UnsupportedOperationException
Set a named setting

Specified by:
setImpl in interface webwork.config.ConfigurationInterface
Throws:
IllegalArgumentException
UnsupportedOperationException

listImpl

public Iterator listImpl()
List setting names

Specified by:
listImpl in interface webwork.config.ConfigurationInterface


Copyright © 2002-2006 Atlassian. All Rights Reserved.