|
|||||||||
| Home >> All >> com >> yaftp >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.yaftp.ftp
Class WINDOWSftp

java.lang.Objectcom.yaftp.ftp.FtpOs
com.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()).
get_Column_Names
public java.lang.String[] get_Column_Names()
- Specified by:
get_Column_Namesin classFtpOs
reset_COLTITLE
public void reset_COLTITLE()
- Specified by:
reset_COLTITLEin classFtpOs
checkCurDirectory
public final java.lang.String checkCurDirectory(java.lang.String message)
- Specified by:
checkCurDirectoryin classFtpOs
convertDirectory
public void convertDirectory(java.lang.String inDir)
- Specified by:
convertDirectoryin classFtpOs
convertFileName
public void convertFileName(java.lang.String inFile)
- Specified by:
convertFileNamein classFtpOs
convertLISTelement
public FtpOsFile convertLISTelement(java.lang.String inString) throws ClientFtpError
- Specified by:
convertLISTelementin classFtpOs
ftpList
public java.util.Vector ftpList(FtpClientSession curSess) throws ClientFtpError
isMVS
public boolean isMVS()
|
|||||||||
| Home >> All >> com >> yaftp >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC