com.atlassian.bamboo.configuration
Class ConfigurationFile

java.lang.Object
  extended by com.atlassian.bamboo.configuration.ConfigurationFile

public final class ConfigurationFile
extends Object

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 String DEFAULT_CONFIG_FILE
           
 
Method Summary
static String getConfigFileName()
          Which configuration file are we using.
static void setConfigurationFileName(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

DEFAULT_CONFIG_FILE

public static final String DEFAULT_CONFIG_FILE
See Also:
Constant Field Values
Method Detail

setConfigurationFileName

public static void setConfigurationFileName(String fileName)
Change the default configuration file. Note, file must be in the classpath.

Parameters:
fileName - The file to use.

getConfigFileName

public static String getConfigFileName()
Which configuration file are we using.

Returns:
The name of the configuration file we want to use.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.