org.millscript.commons.vfs.protocols.file
Class LocalVolume

java.lang.Object
  extended by org.millscript.commons.vfs.AbstractVVolume
      extended by org.millscript.commons.vfs.protocols.AbstractProtocolVVolume
          extended by org.millscript.commons.vfs.protocols.file.LocalVolume
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator, VVolume

public class LocalVolume
extends AbstractProtocolVVolume

The class implements a virtual filesystem volume for a local filesystem.


Method Summary
protected  VFolder makeRootVFolder()
          Constructs the root folder for this volume, with the specified parent folder and returns it.
 
Methods inherited from class org.millscript.commons.vfs.protocols.AbstractProtocolVVolume
getRootVFolder, getURI
 
Methods inherited from class org.millscript.commons.vfs.AbstractVVolume
appendBaseURI, decorate, getParentVFS, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

makeRootVFolder

protected VFolder makeRootVFolder()
Description copied from class: AbstractProtocolVVolume
Constructs the root folder for this volume, with the specified parent folder and returns it.

Specified by:
makeRootVFolder in class AbstractProtocolVVolume
Returns:
the VFolder for the root of this volume
See Also:
AbstractProtocolVVolume.makeRootVFolder()


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.