public class ServiceStatesChanges extends Object
| Constructor and Description |
|---|
ServiceStatesChanges(Set<String> toStart,
Set<String> toStop,
Set<String> toRestart,
Set<ConfigFile> configFileHashes)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigFile> |
getConfigFiles() |
Set<String> |
getToRestart() |
Set<String> |
getToStart() |
Set<String> |
getToStop() |
public ServiceStatesChanges(Set<String> toStart, Set<String> toStop, Set<String> toRestart, Set<ConfigFile> configFileHashes)
toStart - a list of the init scripts of the services that need to be startedtoStop - a list of the init scripts of the services that need to be stoppedtoRestart - a list of the init scripts of the services that need to be restartedconfigFileHashes - the list of configuration files for the hostCopyright © 2013-2014 Cinovo AG. All Rights Reserved.