org.apache.tools.ant.taskdefs.optional.sos

Interface SOSCmd

Known Implementing Classes:
SOS, SOSCheckin, SOSCheckout, SOSGet, SOSLabel

public interface SOSCmd

Interface to hold constants used by the SOS tasks

Field Summary

static String
COMMAND_CHECKIN_FILE
The checkin file command
static String
COMMAND_CHECKIN_PROJECT
The checkin project command
static String
COMMAND_CHECKOUT_FILE
The checkout file command
static String
COMMAND_CHECKOUT_PROJECT
The checkout project command
static String
COMMAND_GET_FILE
The get file command
static String
COMMAND_GET_PROJECT
The get project command
static String
COMMAND_HISTORY
The get history command
static String
COMMAND_LABEL
The add label command
static String
COMMAND_SOS_EXE
The sos executable
static String
FLAG_COMMAND
The command option
static String
FLAG_COMMENT
The log option
static String
FLAG_FILE
The file option
static String
FLAG_LABEL
The label option
static String
FLAG_NO_CACHE
The no cache option
static String
FLAG_NO_COMPRESSION
The no compression option
static String
FLAG_PASSWORD
The password option
static String
FLAG_PROJECT
The project option
static String
FLAG_RECURSION
The recursive option
static String
FLAG_SOS_HOME
The sos home option
static String
FLAG_SOS_SERVER
The server option
static String
FLAG_USERNAME
The username option
static String
FLAG_VERBOSE
The verbose option
static String
FLAG_VERSION
The revision option
static String
FLAG_VSS_SERVER
The database (vss server) option
static String
FLAG_WORKING_DIR
The workdir option
static String
PROJECT_PREFIX
The project prefix

Field Details

COMMAND_CHECKIN_FILE

public static final String COMMAND_CHECKIN_FILE
The checkin file command

COMMAND_CHECKIN_PROJECT

public static final String COMMAND_CHECKIN_PROJECT
The checkin project command

COMMAND_CHECKOUT_FILE

public static final String COMMAND_CHECKOUT_FILE
The checkout file command

COMMAND_CHECKOUT_PROJECT

public static final String COMMAND_CHECKOUT_PROJECT
The checkout project command

COMMAND_GET_FILE

public static final String COMMAND_GET_FILE
The get file command

COMMAND_GET_PROJECT

public static final String COMMAND_GET_PROJECT
The get project command

COMMAND_HISTORY

public static final String COMMAND_HISTORY
The get history command

COMMAND_LABEL

public static final String COMMAND_LABEL
The add label command

COMMAND_SOS_EXE

public static final String COMMAND_SOS_EXE
The sos executable

FLAG_COMMAND

public static final String FLAG_COMMAND
The command option

FLAG_COMMENT

public static final String FLAG_COMMENT
The log option

FLAG_FILE

public static final String FLAG_FILE
The file option

FLAG_LABEL

public static final String FLAG_LABEL
The label option

FLAG_NO_CACHE

public static final String FLAG_NO_CACHE
The no cache option

FLAG_NO_COMPRESSION

public static final String FLAG_NO_COMPRESSION
The no compression option

FLAG_PASSWORD

public static final String FLAG_PASSWORD
The password option

FLAG_PROJECT

public static final String FLAG_PROJECT
The project option

FLAG_RECURSION

public static final String FLAG_RECURSION
The recursive option

FLAG_SOS_HOME

public static final String FLAG_SOS_HOME
The sos home option

FLAG_SOS_SERVER

public static final String FLAG_SOS_SERVER
The server option

FLAG_USERNAME

public static final String FLAG_USERNAME
The username option

FLAG_VERBOSE

public static final String FLAG_VERBOSE
The verbose option

FLAG_VERSION

public static final String FLAG_VERSION
The revision option

FLAG_VSS_SERVER

public static final String FLAG_VSS_SERVER
The database (vss server) option

FLAG_WORKING_DIR

public static final String FLAG_WORKING_DIR
The workdir option

PROJECT_PREFIX

public static final String PROJECT_PREFIX
The project prefix