|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.configuration.ConfigurationFile
public final class ConfigurationFile
This class is a singleton (Yuck) used to switch configuration files around.
Can't simply pass this into a construtor as system can be run an acceptance test as well from within a web server (in which case we have not got access to the object being created!).
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_CONFIG_FILE
|
Method Summary | |
---|---|
static java.lang.String |
getConfigFileName()
Which configuration file are we using. |
static void |
setConfigurationFileName(java.lang.String fileName)
Change the default configuration file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_CONFIG_FILE
Method Detail |
---|
public static void setConfigurationFileName(java.lang.String fileName)
fileName
- The file to use.public static java.lang.String getConfigFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |