Class JazzConstants
- java.lang.Object
-
- org.apache.maven.scm.provider.jazz.command.JazzConstants
-
public class JazzConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARG_DELIVER_SOURCEName of the source repository workspace (used with "deliver" command).static java.lang.StringARG_DELIVER_TARGETName of the target repository workspace or stream (used with "deliver" command).static java.lang.StringARG_DEPTHDepth of files returned (used with "list remotefiles" command).static java.lang.StringARG_DEPTH_INFINTEDepth is either numeric or '-' for all'.static java.lang.StringARG_FILEPerform a file base diff (aftertype = file) (used with "diff" command).static java.lang.StringARG_FLOW_COMPONENTSAccept component additions and deletions (used with "accept" command).static java.lang.StringARG_FORCEOverwrite existing files when loading (used with "load" command).static java.lang.StringARG_LOAD_ROOT_DIRECTORYLoad Root Directory.static java.lang.StringARG_LOCAL_WORKSPACE_PATHLocal workspace path.static java.lang.StringARG_MAXIMUMSpecify the maximum number of results to return, must be greater than zero.static java.lang.StringARG_OVERWRITE_UNCOMMITTEDIgnore uncommitted changes and deliver (used with "deliver" command).static java.lang.StringARG_REPOSITORY_URIThe repository name.static java.lang.StringARG_SNAPSHOT_DESCRIPTIONDescription for the snapshot (used with "create snapshot" command).static java.lang.StringARG_SNAPSHOT_NAMEName of the snapshot (used with "create snapshot" command).static java.lang.StringARG_STATUS_WIDE_PRINT_OUTForces the output to not shorten, otherwise the width will be based on the COLUMNS environment variable, or if that is not set, to 80 characters.static java.lang.StringARG_USER_NAMEThe user ID in the repository.static java.lang.StringARG_USER_PASSWORDThe user password in the repository.static java.lang.StringARG_WORKSPACEName of the repository workspace (used with "list changesets" command).static java.lang.StringARG_WORKSPACE_DESCRIPTIONDescription for the repository workspace (used with "create workspace" command).static java.lang.StringARG_WORKSPACE_NAMEName of the repository workspace (used with "create workspace" command).static java.lang.StringARG_WORKSPACE_SNAPSHOTName of the repository workspace (used with "create workspace" command).static java.lang.StringCMD_ACCEPTAccept command - Accept change sets into a repository workspace and load them into the local workspace.static java.lang.StringCMD_ANNOTATEAnnotate command - Show line-by-line revision information for a file.static java.lang.StringCMD_CHANGESETChangeset command - Modifies change sets.static java.lang.StringCMD_CHECKINCheckin command - Check in locally modified files, adding them to the current change set.static java.lang.StringCMD_CREATECreate command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).static java.lang.StringCMD_DELIVERDeliver command - Deliver to a target.static java.lang.StringCMD_DIFFDiff command - Compare two states of a file.static java.lang.StringCMD_HISTORYHistory command - Show the history of a file or component.static java.lang.StringCMD_LISTList command - List repository objects.static java.lang.StringCMD_LOADLoad command - Load components from a repository workspace into a local workspace.static java.lang.StringCMD_LOCKLock command - Used to lock or revoke locks on files in a stream.static java.lang.StringCMD_SNAPSHOTSnapshot command - Used to promote snapshots.static java.lang.StringCMD_STATUSStatus command - Show modification status of items in a workspace.static java.lang.StringCMD_SUB_ACQUIRELocks files in a stream.static java.lang.StringCMD_SUB_ASSOCIATEAssociate a Work Item with a change set.static java.lang.StringCMD_SUB_CHANGESETThe 'type' (changeset) of the create command.static java.lang.StringCMD_SUB_CHANGESETSList files in a remote workspace.static java.lang.StringCMD_SUB_PROMOTEPromotes a snapshot to a stream or workspace.static java.lang.StringCMD_SUB_RELEASERevoke locks on files in a stream.static java.lang.StringCMD_SUB_REMOTEFILESList files in a remote workspace.static java.lang.StringCMD_SUB_SNAPSHOTThe 'type' (snapshot) of the create command.static java.lang.StringCMD_SUB_WORKSPACEThe 'type' (workspace) of the create command.static java.lang.StringSCM_EXECUTABLEExecutable for Jazz SCM (Rational Team Concert).static java.lang.StringSCM_META_DATA_FOLDERFolder created by the SCM to store metadata.static java.lang.StringSCM_TYPESCM type identifier
-
Constructor Summary
Constructors Constructor Description JazzConstants()
-
-
-
Field Detail
-
SCM_EXECUTABLE
public static final java.lang.String SCM_EXECUTABLE
Executable for Jazz SCM (Rational Team Concert).- See Also:
- Constant Field Values
-
SCM_META_DATA_FOLDER
public static final java.lang.String SCM_META_DATA_FOLDER
Folder created by the SCM to store metadata.- See Also:
- Constant Field Values
-
SCM_TYPE
public static final java.lang.String SCM_TYPE
SCM type identifier- See Also:
- Constant Field Values
-
CMD_ACCEPT
public static final java.lang.String CMD_ACCEPT
Accept command - Accept change sets into a repository workspace and load them into the local workspace.- See Also:
- Constant Field Values
-
CMD_ANNOTATE
public static final java.lang.String CMD_ANNOTATE
Annotate command - Show line-by-line revision information for a file.- See Also:
- Constant Field Values
-
CMD_CHECKIN
public static final java.lang.String CMD_CHECKIN
Checkin command - Check in locally modified files, adding them to the current change set.- See Also:
- Constant Field Values
-
CMD_CREATE
public static final java.lang.String CMD_CREATE
Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).- See Also:
- Constant Field Values
-
CMD_DELIVER
public static final java.lang.String CMD_DELIVER
Deliver command - Deliver to a target.- See Also:
- Constant Field Values
-
CMD_DIFF
public static final java.lang.String CMD_DIFF
Diff command - Compare two states of a file.- See Also:
- Constant Field Values
-
CMD_HISTORY
public static final java.lang.String CMD_HISTORY
History command - Show the history of a file or component.- See Also:
- Constant Field Values
-
CMD_LIST
public static final java.lang.String CMD_LIST
List command - List repository objects.- See Also:
- Constant Field Values
-
CMD_LOAD
public static final java.lang.String CMD_LOAD
Load command - Load components from a repository workspace into a local workspace.- See Also:
- Constant Field Values
-
CMD_LOCK
public static final java.lang.String CMD_LOCK
Lock command - Used to lock or revoke locks on files in a stream. (requires 'acquire' or 'release' sub commands).- See Also:
- Constant Field Values
-
CMD_SNAPSHOT
public static final java.lang.String CMD_SNAPSHOT
Snapshot command - Used to promote snapshots. Requires the 'promote' sub command.- See Also:
- Constant Field Values
-
CMD_STATUS
public static final java.lang.String CMD_STATUS
Status command - Show modification status of items in a workspace.- See Also:
- Constant Field Values
-
CMD_CHANGESET
public static final java.lang.String CMD_CHANGESET
Changeset command - Modifies change sets.- See Also:
- Constant Field Values
-
CMD_SUB_SNAPSHOT
public static final java.lang.String CMD_SUB_SNAPSHOT
The 'type' (snapshot) of the create command.- See Also:
- Constant Field Values
-
CMD_SUB_WORKSPACE
public static final java.lang.String CMD_SUB_WORKSPACE
The 'type' (workspace) of the create command.- See Also:
- Constant Field Values
-
CMD_SUB_CHANGESET
public static final java.lang.String CMD_SUB_CHANGESET
The 'type' (changeset) of the create command.- See Also:
- Constant Field Values
-
CMD_SUB_REMOTEFILES
public static final java.lang.String CMD_SUB_REMOTEFILES
List files in a remote workspace.- See Also:
- Constant Field Values
-
CMD_SUB_CHANGESETS
public static final java.lang.String CMD_SUB_CHANGESETS
List files in a remote workspace.- See Also:
- Constant Field Values
-
CMD_SUB_ACQUIRE
public static final java.lang.String CMD_SUB_ACQUIRE
Locks files in a stream.- See Also:
- Constant Field Values
-
CMD_SUB_RELEASE
public static final java.lang.String CMD_SUB_RELEASE
Revoke locks on files in a stream.- See Also:
- Constant Field Values
-
CMD_SUB_PROMOTE
public static final java.lang.String CMD_SUB_PROMOTE
Promotes a snapshot to a stream or workspace.- See Also:
- Constant Field Values
-
CMD_SUB_ASSOCIATE
public static final java.lang.String CMD_SUB_ASSOCIATE
Associate a Work Item with a change set.- See Also:
- Constant Field Values
-
ARG_FLOW_COMPONENTS
public static final java.lang.String ARG_FLOW_COMPONENTS
Accept component additions and deletions (used with "accept" command).- See Also:
- Constant Field Values
-
ARG_FORCE
public static final java.lang.String ARG_FORCE
Overwrite existing files when loading (used with "load" command).- See Also:
- Constant Field Values
-
ARG_LOCAL_WORKSPACE_PATH
public static final java.lang.String ARG_LOCAL_WORKSPACE_PATH
Local workspace path.- See Also:
- Constant Field Values
-
ARG_LOAD_ROOT_DIRECTORY
public static final java.lang.String ARG_LOAD_ROOT_DIRECTORY
Load Root Directory.- See Also:
- Constant Field Values
-
ARG_REPOSITORY_URI
public static final java.lang.String ARG_REPOSITORY_URI
The repository name.- See Also:
- Constant Field Values
-
ARG_SNAPSHOT_DESCRIPTION
public static final java.lang.String ARG_SNAPSHOT_DESCRIPTION
Description for the snapshot (used with "create snapshot" command).- See Also:
- Constant Field Values
-
ARG_SNAPSHOT_NAME
public static final java.lang.String ARG_SNAPSHOT_NAME
Name of the snapshot (used with "create snapshot" command).- See Also:
- Constant Field Values
-
ARG_STATUS_WIDE_PRINT_OUT
public static final java.lang.String ARG_STATUS_WIDE_PRINT_OUT
Forces the output to not shorten, otherwise the width will be based on the COLUMNS environment variable, or if that is not set, to 80 characters. (used with the "status" command).- See Also:
- Constant Field Values
-
ARG_USER_NAME
public static final java.lang.String ARG_USER_NAME
The user ID in the repository.- See Also:
- Constant Field Values
-
ARG_USER_PASSWORD
public static final java.lang.String ARG_USER_PASSWORD
The user password in the repository.- See Also:
- Constant Field Values
-
ARG_WORKSPACE_DESCRIPTION
public static final java.lang.String ARG_WORKSPACE_DESCRIPTION
Description for the repository workspace (used with "create workspace" command).- See Also:
- Constant Field Values
-
ARG_WORKSPACE_NAME
public static final java.lang.String ARG_WORKSPACE_NAME
Name of the repository workspace (used with "create workspace" command).- See Also:
- Constant Field Values
-
ARG_WORKSPACE_SNAPSHOT
public static final java.lang.String ARG_WORKSPACE_SNAPSHOT
Name of the repository workspace (used with "create workspace" command).- See Also:
- Constant Field Values
-
ARG_DELIVER_SOURCE
public static final java.lang.String ARG_DELIVER_SOURCE
Name of the source repository workspace (used with "deliver" command).- See Also:
- Constant Field Values
-
ARG_DELIVER_TARGET
public static final java.lang.String ARG_DELIVER_TARGET
Name of the target repository workspace or stream (used with "deliver" command).- See Also:
- Constant Field Values
-
ARG_OVERWRITE_UNCOMMITTED
public static final java.lang.String ARG_OVERWRITE_UNCOMMITTED
Ignore uncommitted changes and deliver (used with "deliver" command).- See Also:
- Constant Field Values
-
ARG_FILE
public static final java.lang.String ARG_FILE
Perform a file base diff (aftertype = file) (used with "diff" command).- See Also:
- Constant Field Values
-
ARG_MAXIMUM
public static final java.lang.String ARG_MAXIMUM
Specify the maximum number of results to return, must be greater than zero. Used by numerous commands.- See Also:
- Constant Field Values
-
ARG_WORKSPACE
public static final java.lang.String ARG_WORKSPACE
Name of the repository workspace (used with "list changesets" command).- See Also:
- Constant Field Values
-
ARG_DEPTH
public static final java.lang.String ARG_DEPTH
Depth of files returned (used with "list remotefiles" command).- See Also:
- Constant Field Values
-
ARG_DEPTH_INFINTE
public static final java.lang.String ARG_DEPTH_INFINTE
Depth is either numeric or '-' for all'.- See Also:
- Constant Field Values
-
-