Interface SOSCmd
- All Known Implementing Classes:
- SOS,- SOSCheckin,- SOSCheckout,- SOSGet,- SOSLabel
public interface SOSCmd
Interface to hold constants used by the SOS tasks
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe checkin file commandstatic final StringThe checkin project commandstatic final StringThe checkout file commandstatic final StringThe checkout project commandstatic final StringThe get file commandstatic final StringThe get project commandstatic final StringThe get history commandstatic final StringThe add label commandstatic final StringThe sos executablestatic final StringThe command optionstatic final StringThe log optionstatic final StringThe file optionstatic final StringThe label optionstatic final StringThe no cache optionstatic final StringThe no compression optionstatic final StringThe password optionstatic final StringThe project optionstatic final StringThe recursive optionstatic final StringThe sos home optionstatic final StringThe server optionstatic final StringThe username optionstatic final StringThe verbose optionstatic final StringThe revision optionstatic final StringThe database (vss server) optionstatic final StringThe workdir optionstatic final StringThe project prefix
- 
Field Details- 
COMMAND_SOS_EXEThe sos executable- See Also:
 
- 
COMMAND_GET_FILEThe get file command- See Also:
 
- 
COMMAND_GET_PROJECTThe get project command- See Also:
 
- 
COMMAND_CHECKOUT_FILEThe checkout file command- See Also:
 
- 
COMMAND_CHECKOUT_PROJECTThe checkout project command- See Also:
 
- 
COMMAND_CHECKIN_FILEThe checkin file command- See Also:
 
- 
COMMAND_CHECKIN_PROJECTThe checkin project command- See Also:
 
- 
COMMAND_HISTORYThe get history command- See Also:
 
- 
COMMAND_LABELThe add label command- See Also:
 
- 
PROJECT_PREFIXThe project prefix- See Also:
 
- 
FLAG_COMMANDThe command option- See Also:
 
- 
FLAG_VSS_SERVERThe database (vss server) option- See Also:
 
- 
FLAG_USERNAMEThe username option- See Also:
 
- 
FLAG_PASSWORDThe password option- See Also:
 
- 
FLAG_COMMENTThe log option- See Also:
 
- 
FLAG_WORKING_DIRThe workdir option- See Also:
 
- 
FLAG_RECURSIONThe recursive option- See Also:
 
- 
FLAG_VERSIONThe revision option- See Also:
 
- 
FLAG_LABELThe label option- See Also:
 
- 
FLAG_NO_COMPRESSIONThe no compression option- See Also:
 
- 
FLAG_NO_CACHEThe no cache option- See Also:
 
- 
FLAG_SOS_SERVERThe server option- See Also:
 
- 
FLAG_SOS_HOMEThe sos home option- See Also:
 
- 
FLAG_PROJECTThe project option- See Also:
 
- 
FLAG_FILEThe file option- See Also:
 
- 
FLAG_VERBOSEThe verbose option- See Also:
 
 
-