|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldengate.ftp.core.command.FtpArgumentCode
public class FtpArgumentCode
Definition of all Argument of Parameter commands (MODE, STRU, TYPE)
Nested Class Summary | |
---|---|
static class |
FtpArgumentCode.TransferMode
Mode of transmission |
static class |
FtpArgumentCode.TransferStructure
Structure of transmission |
static class |
FtpArgumentCode.TransferSubType
SubType of transmission |
static class |
FtpArgumentCode.TransferType
Type of transmission |
Constructor Summary | |
---|---|
FtpArgumentCode()
|
Method Summary | |
---|---|
static FtpArgumentCode.TransferMode |
getTransferMode(char mode)
Get the TransferMode according to the char |
static FtpArgumentCode.TransferStructure |
getTransferStructure(char structure)
Get the TransferStructure according to the char |
static FtpArgumentCode.TransferSubType |
getTransferSubType(char subType)
Get the TransferSubType according to the char |
static FtpArgumentCode.TransferType |
getTransferType(char type)
Get the TransferType according to the char |
static void |
main(String[] args)
List all charsets supported by the current platform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FtpArgumentCode()
Method Detail |
---|
public static FtpArgumentCode.TransferType getTransferType(char type) throws goldengate.common.exception.InvalidArgumentException
type
-
goldengate.common.exception.InvalidArgumentException
- if the type is unknownpublic static FtpArgumentCode.TransferSubType getTransferSubType(char subType) throws goldengate.common.exception.InvalidArgumentException
subType
-
goldengate.common.exception.InvalidArgumentException
- if the TransferSubType is unknownpublic static FtpArgumentCode.TransferStructure getTransferStructure(char structure) throws goldengate.common.exception.InvalidArgumentException
structure
-
goldengate.common.exception.InvalidArgumentException
- if the TransferStructure is unknownpublic static FtpArgumentCode.TransferMode getTransferMode(char mode) throws goldengate.common.exception.InvalidArgumentException
mode
-
goldengate.common.exception.InvalidArgumentException
- if the TransferMode is unknownpublic static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |