public class EmptyDir extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
dirmode |
protected int |
filemode |
protected String |
group |
protected String |
path |
protected String |
username |
| Constructor and Description |
|---|
EmptyDir() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDirmode() |
int |
getFilemode() |
String |
getGroup() |
String |
getPath() |
String |
getUsername() |
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
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)
Copyright © 2015. All Rights Reserved.