| Package | Description |
|---|---|
| org.lsst.ccs.bootstrap | |
| org.lsst.ccs.bootstrap.resources |
| Modifier and Type | Method and Description |
|---|---|
static ResourcesTree |
BootstrapUtils.getBootstrapResourcesTree()
Get the ResourceTree for this Bootstrap environment.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ResourcesUtils.getAllResourcesInResourcesTree(ResourcesTree tree)
Get a list of all the resources in a given ResourcesTree.
|
static Properties |
ResourcesUtils.getMergedProperties(ResourcesTree tree,
String[] properties,
boolean useSystem,
ResourcesTreeProperties parentProps) |
static Properties |
ResourcesUtils.getMergedPropertyFile(ResourcesTree tree,
String fileName)
Get a merged version of a given property file from the given
ResourcesTree.
|
static Properties |
ResourcesUtils.getMergedPropertyFile(ResourcesTree tree,
String fileName,
boolean useSystem)
Get a merged version of a given property file from the given
ResourcesTree.
|
static InputStream |
ResourcesUtils.getResourceFromResourceTree(ResourcesTree tree,
String resourceName) |
static List<String> |
ResourcesUtils.getResourcesInResourcesTreeByExtension(ResourcesTree tree,
String extension)
Get the list of resources in the given ResoucesTree for a given
extension.
|
Copyright © 2014 LSST. All Rights Reserved.