All Packages Class Hierarchy This Package Previous Next Index
Class org.jos.fs.FSPlugIn
java.lang.Object
|
+----org.jos.fs.FSPlugIn
- public abstract class FSPlugIn
- extends Object
- Version:
- JOS-FileSystem 4 Preview (25-Mar-98)
- Author:
- Stefan Reich
- See Also:
- FSManager
-
FSPlugIn.Action
-
-
FSPlugIn()
-
-
getActionsForFile(String)
-
FSPlugIn
public FSPlugIn()
getActionsForFile
public abstract FSPlugIn.Action[] getActionsForFile(String path)
- Parameters:
- path - an absolute path name to the file or directory in question
(doesn't contain . or ..). May end with a separator.
- Returns:
- a list of actions or null if there are none
All Packages Class Hierarchy This Package Previous Next Index