public class MasterConfigUtil extends Object
Constructor and Description |
---|
MasterConfigUtil() |
Modifier and Type | Method and Description |
---|---|
static File |
getExistingMasterConfig(File pipelineRoot)
Find the MASTER config file in an existing pipeline.
|
static File |
getMasterConfig()
Return the MASTER config file.
|
static String |
getPath()
Return the file path of the MASTER Config file generated in the pipeline root directory.
|
static void |
sanitizeMasterConfig()
Remove unused properties from the MASTER config file.
|
static boolean |
saveMasterConfig()
Save a single version of the Config file with all inherited properties for the default config (if any exist).
|
static boolean |
saveMasterConfig(Map<String,String> props)
Save a single version of the Config file with all inherited properties for the default config (if any exist).
|
public static File getMasterConfig()
public static File getExistingMasterConfig(File pipelineRoot) throws BioLockJException
BioLockJException
public static String getPath()
public static void sanitizeMasterConfig()
public static boolean saveMasterConfig()
public static boolean saveMasterConfig(Map<String,String> props)
props
- Properties map