public class ServiceStatesChanges extends Object
| Constructor and Description |
|---|
ServiceStatesChanges(Set<String> toStart,
Set<String> toStop,
Set<String> toRestart)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigFile> |
getConfigFiles()
Deprecated.
|
Set<String> |
getToRestart() |
Set<String> |
getToStart() |
Set<String> |
getToStop() |
void |
setConfigFiles(Set<ConfigFile> configFiles) |
public ServiceStatesChanges(Set<String> toStart, Set<String> toStop, Set<String> toRestart)
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 restartedpublic void setConfigFiles(Set<ConfigFile> configFiles)
configFiles - the configFiles to set@Deprecated public Set<ConfigFile> getConfigFiles()
Copyright © 2014-2016 Cinovo AG. All Rights Reserved.