| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName,
String newTag,
String newUserName,
int newLevel,
boolean toEngineering)
to be used to create a copy of configuration with different name , tag, etc.
|
static ConfigProfile |
Factories.createConfigProfile(SubsystemDescription subsystemDesc,
String name,
String tag,
String userName,
int level)
Creates a new ConfigProfile with ParameterConfiguration where values
are just copied from the Description default value.
|
static ConfigProfile |
Factories.createRawConfigProfile(SubsystemDescription subsystemDesc,
String name,
String tag,
String userName,
int level)
Creates a new ConfigProfile that has no ParameterConfiguration (and so is not ready
to be persisted).
|
ConfigProfile |
ConfigurationFacade.deprecateConfigProfile(String name,
String tag)
Deprecates a ConfigProfile.
|
ConfigProfile |
ConfigurationFacade.getActiveConfigProfile(String name,
String tag)
returns an active ConfigProfile with name and tag
|
ConfigProfile |
ConfigurationFacade.getConfigRunningAt(String subsystemName,
long date)
returns the ConfigProfile active when a subsystem was running at that date.
|
ConfigProfile |
ConfigurationFacade.getConfigValidAt(String configName,
String configTag,
long date)
tries to get a ConfigProfile which was valid at a given date.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
static ConfigProfile |
Factories.repair(ConfigProfile oldProfile,
SubsystemDescription newDescription,
ConfigurationMismatchListener mismatchListener)
tries to create a new ConfigProfile from an old one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeprecationListener.configProfileDeprecating(ConfigProfile profile) |
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName,
String newTag,
String newUserName,
int newLevel,
boolean toEngineering)
to be used to create a copy of configuration with different name , tag, etc.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
static ConfigProfile |
Factories.repair(ConfigProfile oldProfile,
SubsystemDescription newDescription,
ConfigurationMismatchListener mismatchListener)
tries to create a new ConfigProfile from an old one.
|
void |
MemoryDAO.saveAbstractConfig(ConfigProfile profile) |
| Constructor and Description |
|---|
LocalConfigurationProxy(ConfigProfile configProfile) |
PreparedConfiguration(ConfigProfile profile) |
Copyright © 2014 LSST. All rights reserved.