railo.runtime.net.ftp
Class FTPPath

java.lang.Object
  extended by railo.runtime.net.ftp.FTPPath
All Implemented Interfaces:
Serializable, Dumpable

public final class FTPPath
extends Object
implements Dumpable

represent a ftp path

See Also:
Serialized Form

Constructor Summary
FTPPath(String current, String realpath)
           
 
Method Summary
 String getName()
           
 String getPath()
           
 DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
          method to print out information to a object as HTML
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTPPath

public FTPPath(String current,
               String realpath)
        throws PageException
Parameters:
current -
realpath -
Throws:
PageException
Method Detail

getName

public String getName()
Returns:
Returns the name.

getPath

public String getPath()
Returns:
Returns the path.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

toDumpData

public DumpData toDumpData(PageContext pageContext,
                           int maxlevel,
                           DumpProperties dp)
Description copied from interface: Dumpable
method to print out information to a object as HTML

Specified by:
toDumpData in interface Dumpable
Returns:
HTML print out
See Also:
railo.runtime.dump.Dumpable#toDumpData(railo.runtime.PageContext, int)


Copyright © 2012 Railo