public abstract class AbstractFileAction extends Action
DirAction
and FileAction
, which stems from the fact
that they both involve in an object in a directory that has the same set of metadata.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroup()
Group of the directory/file.
|
java.lang.String |
getMode()
Directory permission mode in the octal format.
|
java.lang.String |
getOwner()
Owner of the directory/file.
|
java.lang.String |
getPath()
Gets the path of the directory/file.
|
public java.lang.String getPath()
public java.lang.String getOwner()
public java.lang.String getGroup()
public java.lang.String getMode()