|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pkg.client.Action
com.sun.pkg.client.AbstractFileAction
public abstract class AbstractFileAction
Common part between 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.
Method Summary | |
---|---|
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. |
Methods inherited from class com.sun.pkg.client.Action |
---|
compareTo, equals, getSize, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPath()
public java.lang.String getOwner()
public java.lang.String getGroup()
public java.lang.String getMode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |