| Constructor and Description |
|---|
ConfigFile(String name,
String pkg,
String targetPath,
String owner,
String group,
String fileMode,
boolean isTemplate,
boolean isReloadable,
String checksum,
Set<String> dependentServices)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum() |
Set<String> |
getDependentServices() |
String |
getFileMode() |
String |
getGroup() |
String |
getName() |
String |
getOwner() |
String |
getPkg() |
String |
getTargetPath() |
boolean |
isReloadable() |
boolean |
isTemplate() |
public ConfigFile(String name, String pkg, String targetPath, String owner, String group, String fileMode, boolean isTemplate, boolean isReloadable, String checksum, Set<String> dependentServices)
name - the name of the filepkg - the package dependencytargetPath - the target path of the fileowner - the owner of the filegroup - the group of the filefileMode - the file modeisTemplate - true if the configuration file is a template file, i.e. it contains template tokens, otherwise falseisReloadable - true if a reload of the services can be used instead of a restart, otherwise falsechecksum - a checksum of the file content (may not always be provided)dependentServices - the init scripts of the services that depend on this configuration file (may not always be provided)public String getTargetPath()
public String getOwner()
public String getGroup()
public String getFileMode()
public boolean isReloadable()
public boolean isTemplate()
public String getChecksum()
public String getPkg()
Copyright © 2013-2014 Cinovo AG. All Rights Reserved.