| java.lang.Object com.pk.script.Script
Script | public class Script (Code) | | author: Chris Taylor |
NEW_COMMAND_INSERT_AT_CURSER_MODE | final public static int NEW_COMMAND_INSERT_AT_CURSER_MODE(Code) | | |
NEW_COMMAND_INSERT_BEGINNING_MODE | final public static int NEW_COMMAND_INSERT_BEGINNING_MODE(Code) | | |
NEW_COMMAND_INSERT_END_MODE | final public static int NEW_COMMAND_INSERT_END_MODE(Code) | | |
NEW_COMMAND_REPLACE_CURRENT_SCRIPT_MODE | final public static int NEW_COMMAND_REPLACE_CURRENT_SCRIPT_MODE(Code) | | |
clearCommands | public void clearCommands()(Code) | | |
exportResultsDelimited | public void exportResultsDelimited(String argPath, String argDelimiter, String argEncloseByChar)(Code) | | |
getCommands | public List getCommands()(Code) | | Returns the commands. |
getEndDate | public Date getEndDate()(Code) | | Returns the endDate. |
getNumberOfCommands | public int getNumberOfCommands()(Code) | | |
getStartDate | public Date getStartDate()(Code) | | Returns the startDate. |
parseScriptFromClipBoard | public void parseScriptFromClipBoard(String argScriptText, String argDelimiter, int insertMode, int argCurserPosition)(Code) | | |
removeCmmand | public void removeCmmand(int argIndex)(Code) | | |
setCommands | public void setCommands(List commands)(Code) | | Parameters: commands - The commands to set. |
setConnection | public void setConnection(Connection connection)(Code) | | Parameters: connection - The connection to set. |
setConnectionInformation | public void setConnectionInformation(ConnectionInformation connectionInformation)(Code) | | Parameters: connectionInformation - The connectionInformation to set. |
setEndDate | public void setEndDate(Date endDate)(Code) | | Parameters: endDate - The endDate to set. |
setStartDate | public void setStartDate(Date startDate)(Code) | | Parameters: startDate - The startDate to set. |
|
|