| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.config.utilities |
| Modifier and Type | Method and Description |
|---|---|
NamesAndTag |
PreparedConfiguration.getNameAndTag() |
| Modifier and Type | Method and Description |
|---|---|
static NamesAndTag |
ConfigUtils.namesFromDescriptionPath(String pathName) |
static NamesAndTag |
ConfigUtils.namesFromPath(String pathName)
gets subsystem name, configName and tag name from pathName
|
static NamesAndTag |
ConfigUtils.namesFromPaths(String descriptionPathName,
String configurationPathName)
gets subsystem name, configName and tag name from the description and configuration path names
rules: the subsystem name in both file names should be the same if the configuration name in the description file name is not set then the configuration name is in the configuration file name. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ConfigUtils.baseNameFromNames(NamesAndTag namesAndTag)
creates a fileName from a NamesAndTag object (reverse operation of namesFromPath
|
Copyright © 2015 LSST. All rights reserved.