org.millscript.commons.vfs.protocols.ftp
Class FtpVolume

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.ftp.FtpVolume
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator, VVolume

public class FtpVolume
extends AbstractProtocolVVolume

The class implements a virtual filesystem volume for an FTP connection.


Constructor Summary
FtpVolume(VFS v, java.net.URI root)
          Constructs a new FTP volume
 
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
 

Constructor Detail

FtpVolume

public FtpVolume(VFS v,
                 java.net.URI root)
Constructs a new FTP volume

Parameters:
v - the VFS that was used to create this volume
root -
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.