Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.yaftp.ftp
Class WINDOWSftp  view WINDOWSftp download WINDOWSftp.java

java.lang.Object
  extended bycom.yaftp.ftp.FtpOs
      extended bycom.yaftp.ftp.WINDOWSftp

public class WINDOWSftp
extends FtpOs

implements WINDOWS idiosynchrasy based on abstract methods defined in parent FtpOs class

Version:
: 0.0.1

Field Summary
 
Fields inherited from class com.yaftp.ftp.FtpOs
_curDirectory, _curFile, _fileList, _newDirectory
 
Constructor Summary
WINDOWSftp()
           
 
Method Summary
 java.lang.String checkCurDirectory(java.lang.String message)
           
 void convertDirectory(java.lang.String inDir)
           
 void convertFileName(java.lang.String inFile)
           
 FtpOsFile convertLISTelement(java.lang.String inString)
           
 java.util.Vector ftpList(FtpClientSession curSess)
           
 java.lang.String[] get_Column_Names()
           
 boolean isMVS()
           
 void reset_COLTITLE()
           
 java.lang.String toString()
          Convert this Object to a human-readable String.
 
Methods inherited from class com.yaftp.ftp.FtpOs
getCurDirectory, getCurFile, hasDirChanged, parseFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WINDOWSftp

public WINDOWSftp()
Method Detail

toString

public java.lang.String toString()
Description copied from class: java.lang.Object
Convert this Object to a human-readable String. There are no limits placed on how long this String should be or what it should contain. We suggest you make it as intuitive as possible to be able to place it into System.out.println() 55 and such.

It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.

This method will be called when performing string concatenation with this object. If the result is null, string concatenation will instead use "null".

The default implementation returns getClass().getName() + "@" + Integer.toHexString(hashCode()).

Specified by:
toString in class FtpOs

get_Column_Names

public java.lang.String[] get_Column_Names()
Specified by:
get_Column_Names in class FtpOs

reset_COLTITLE

public void reset_COLTITLE()
Specified by:
reset_COLTITLE in class FtpOs

checkCurDirectory

public final java.lang.String checkCurDirectory(java.lang.String message)
Specified by:
checkCurDirectory in class FtpOs

convertDirectory

public void convertDirectory(java.lang.String inDir)
Specified by:
convertDirectory in class FtpOs

convertFileName

public void convertFileName(java.lang.String inFile)
Specified by:
convertFileName in class FtpOs

convertLISTelement

public FtpOsFile convertLISTelement(java.lang.String inString)
                             throws ClientFtpError
Specified by:
convertLISTelement in class FtpOs

ftpList

public java.util.Vector ftpList(FtpClientSession curSess)
                         throws ClientFtpError
Specified by:
ftpList in class FtpOs

isMVS

public boolean isMVS()
Specified by:
isMVS in class FtpOs