public final class ConfigurationFile extends Object
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!).
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_CONFIG_FILE  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getConfigFileName()
Which configuration file are we using. 
 | 
static void | 
setConfigurationFileName(String fileName)
Change the default configuration file. 
 | 
public static final String DEFAULT_CONFIG_FILE
public static void setConfigurationFileName(String fileName)
fileName - The file to use.public static String getConfigFileName()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.