| Constructor and Description |
|---|
Directory(String name,
String pkg,
String targetPath,
String owner,
String group,
String fileMode,
Set<String> dependentServices)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDependentServices() |
String |
getFileMode() |
String |
getGroup() |
String |
getName() |
String |
getOwner() |
String |
getPkg() |
String |
getTargetPath() |
public Directory(String name, String pkg, String targetPath, String owner, String group, String fileMode, 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 modedependentServices - the init scripts of the services that depend on this configuration file (may not always be provided)Copyright © 2014-2017 Cinovo AG. All Rights Reserved.