public class LexCommand
extends java.lang.Object
implements java.io.Serializable
IActionController.parse(String) or IActionController.parse(String) or
IHttpResponseListener.put(String[],LexCommand,com.cleo.lexicom.external.HttpRequest,com.cleo.lexicom.external.HttpResponse)| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK
Transfer/File check command
|
static int |
CLEAR
Clear advanced property
|
static int |
COMMENT
Comment (starts with a # character)
|
static int |
FTP
FTP-specific command type
|
static int |
LCOPY
Local file copy command type
|
static int |
LDELETE
Local file delete command type
|
static int |
LREPLACE
Local file replace characters command type
|
static int |
MACRO
Host macro command type - GET, PUT, DIR, ...
|
static int |
SCRIPT
Script command type
|
static int |
SET
Set advanced property command type
|
static int |
SMTP
SMTP-specific command type
|
static int |
SYSTEM
Local system command type
|
static int |
UNKNOWN
Unknown command type
|
static int |
WAIT
Wait command type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Get the command name
|
java.lang.String |
getDestination()
Get the command file destination
|
java.lang.String[] |
getOptions()
Get the command options
|
java.util.Properties |
getParameters()
Get the command parameters
|
java.lang.String |
getPath()
Get the command file path
|
java.lang.String |
getSource()
Get the command file source, plus any wildcard/regex string
|
java.lang.String |
getSourceWithoutWildcard()
Get the command file source (minus any wildcard/regex)
|
int |
getType()
Get the command type
|
java.lang.String |
getWildcard()
Get the command file wildcard/regex
|
public static final int UNKNOWN
public static final int COMMENT
public static final int MACRO
public static final int SYSTEM
public static final int WAIT
public static final int SET
public static final int LCOPY
public static final int LDELETE
public static final int FTP
public static final int LREPLACE
public static final int SMTP
public static final int SCRIPT
public static final int CHECK
public static final int CLEAR
public int getType()
public java.lang.String getCommand()
public java.lang.String[] getOptions()
public java.lang.String getSource()
public java.lang.String getWildcard()
public java.lang.String getSourceWithoutWildcard()
public java.lang.String getDestination()
public java.lang.String getPath()
public java.util.Properties getParameters()