public class FileInformation extends Object
Constructor and Description |
---|
FileInformation() |
FileInformation(int mode) |
FileInformation(Integer mode,
String owner,
String group,
FileOptions... options) |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
Integer |
getMode() |
FileOptions[] |
getOptions() |
String |
getOwner() |
public FileInformation(Integer mode, String owner, String group, FileOptions... options)
public FileInformation()
public FileInformation(int mode)
public String getGroup()
public Integer getMode()
public FileOptions[] getOptions()
public String getOwner()