public abstract class BootstrapUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_SEPARATOR |
| Constructor and Description |
|---|
BootstrapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getBootstrapListOfApplications()
Get the list of available applications for the current Bootstrap
configuration.
|
static ResourcesTree |
getBootstrapResourcesTree()
Get the ResourceTree for this Bootstrap environment.
|
static String |
getCCSDistributionRootDirectory()
Get the root directory of the CCS distribution from which the Bootstrap
code has been launched.
|
static List<String> |
getOrderedListOfResourceDirectories(String userProvidedResourceDirs,
boolean checkExistance)
This method should do all the work of setting up the resource directories
as it is used in by the tests.
|
public static final String FILE_SEPARATOR
public static ResourcesTree getBootstrapResourcesTree()
public static List<String> getOrderedListOfResourceDirectories(String userProvidedResourceDirs, boolean checkExistance)
userProvidedResourceDirs - This resembles the environment variable
to set the list of resource directories.public static String getCCSDistributionRootDirectory()
Copyright © 2014 LSST. All Rights Reserved.