public class Ghost extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Directive |
directive |
protected int |
dirmode |
protected int |
filemode |
protected String |
group |
protected String |
path |
protected String |
username |
| Constructor and Description |
|---|
Ghost() |
| Modifier and Type | Method and Description |
|---|---|
Directive |
getDirective() |
int |
getDirmode() |
int |
getFilemode() |
String |
getGroup() |
String |
getPath() |
String |
getUsername() |
void |
setConfig(boolean config) |
void |
setDirmode(String dirmode) |
void |
setFilemode(String filemode) |
void |
setGroup(String group) |
void |
setPath(String path) |
void |
setUsername(String username) |
protected String path
protected String username
protected String group
protected int filemode
protected int dirmode
protected Directive directive
public String getPath()
public void setPath(String path)
public String getUsername()
public void setUsername(String username)
public String getGroup()
public void setGroup(String group)
public int getFilemode()
public void setFilemode(String filemode)
public int getDirmode()
public void setDirmode(String dirmode)
public Directive getDirective()
public void setConfig(boolean config)
Copyright © 2021. All Rights Reserved.