com.atlassian.jira.config.webwork
Class ApplicationPropertiesConfiguration

java.lang.Object
  extended by com.atlassian.jira.config.webwork.ApplicationPropertiesConfiguration
All Implemented Interfaces:
webwork.config.ConfigurationInterface

public class ApplicationPropertiesConfiguration
extends java.lang.Object
implements webwork.config.ConfigurationInterface

A webwork configuration class that will add JIRA's Application properties to the configuration stack.


Constructor Summary
ApplicationPropertiesConfiguration()
           
 
Method Summary
 java.lang.Object getImpl(java.lang.String aName)
          Get a named setting.
 java.util.Iterator listImpl()
          List setting names
 void setImpl(java.lang.String aName, java.lang.Object aValue)
          Set a named setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationPropertiesConfiguration

public ApplicationPropertiesConfiguration()
Method Detail

getImpl

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

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

setImpl

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

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

listImpl

public java.util.Iterator listImpl()
List setting names

Specified by:
listImpl in interface webwork.config.ConfigurationInterface


Copyright © 2002-2006 Atlassian. All Rights Reserved.