Package org.luwrain.io.vfs
Class CommanderUtils
java.lang.Object
org.luwrain.io.vfs.CommanderUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileObject
createInitialFileObject
(CommanderModel model, String path) static CommanderArea.Params<FileObject>
createParams
(ControlContext context)
-
Constructor Details
-
CommanderUtils
public CommanderUtils()
-
-
Method Details
-
createParams
public static CommanderArea.Params<FileObject> createParams(ControlContext context) throws org.apache.commons.vfs2.FileSystemException - Throws:
org.apache.commons.vfs2.FileSystemException
-
createInitialFileObject
public static FileObject createInitialFileObject(CommanderModel model, String path) throws org.apache.commons.vfs2.FileSystemException - Throws:
org.apache.commons.vfs2.FileSystemException
-