Class ApplicationPropertiesConfiguration
java.lang.Object
com.atlassian.jira.config.webwork.ApplicationPropertiesConfiguration
- All Implemented Interfaces:
webwork.config.ConfigurationInterface
public class ApplicationPropertiesConfiguration
extends Object
implements webwork.config.ConfigurationInterface
A webwork configuration class that will add JIRA's Application properties to the configuration stack.
In practice we only server a few properties such as max upload size and so on and these are not in the actual properties file but in the database (as set by the user).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApplicationPropertiesConfiguration
public ApplicationPropertiesConfiguration()
-
-
Method Details
-
getImpl
Get a named setting.- Specified by:
getImplin interfacewebwork.config.ConfigurationInterface- Throws:
IllegalArgumentException
-
setImpl
public void setImpl(String aName, Object aValue) throws IllegalArgumentException, UnsupportedOperationException Set a named setting- Specified by:
setImplin interfacewebwork.config.ConfigurationInterface- Throws:
IllegalArgumentExceptionUnsupportedOperationException
-
listImpl
List setting names- Specified by:
listImplin interfacewebwork.config.ConfigurationInterface
-