Class JazzConstants

java.lang.Object
org.apache.maven.scm.provider.jazz.command.JazzConstants

public class JazzConstants extends Object
  • Field Details

    • SCM_EXECUTABLE

      public static final String SCM_EXECUTABLE
      Executable for Jazz SCM (Rational Team Concert).
      See Also:
    • SCM_META_DATA_FOLDER

      public static final String SCM_META_DATA_FOLDER
      Folder created by the SCM to store metadata.
      See Also:
    • SCM_TYPE

      public static final String SCM_TYPE
      SCM type identifier
      See Also:
    • CMD_ACCEPT

      public static final String CMD_ACCEPT
      Accept command - Accept change sets into a repository workspace and load them into the local workspace.
      See Also:
    • CMD_ANNOTATE

      public static final String CMD_ANNOTATE
      Annotate command - Show line-by-line revision information for a file.
      See Also:
    • CMD_CHECKIN

      public static final String CMD_CHECKIN
      Checkin command - Check in locally modified files, adding them to the current change set.
      See Also:
    • CMD_CREATE

      public static final String CMD_CREATE
      Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).
      See Also:
    • CMD_DELIVER

      public static final String CMD_DELIVER
      Deliver command - Deliver to a target.
      See Also:
    • CMD_DIFF

      public static final String CMD_DIFF
      Diff command - Compare two states of a file.
      See Also:
    • CMD_HISTORY

      public static final String CMD_HISTORY
      History command - Show the history of a file or component.
      See Also:
    • CMD_LIST

      public static final String CMD_LIST
      List command - List repository objects.
      See Also:
    • CMD_LOAD

      public static final String CMD_LOAD
      Load command - Load components from a repository workspace into a local workspace.
      See Also:
    • CMD_LOCK

      public static final String CMD_LOCK
      Lock command - Used to lock or revoke locks on files in a stream. (requires 'acquire' or 'release' sub commands).
      See Also:
    • CMD_SNAPSHOT

      public static final String CMD_SNAPSHOT
      Snapshot command - Used to promote snapshots. Requires the 'promote' sub command.
      See Also:
    • CMD_STATUS

      public static final String CMD_STATUS
      Status command - Show modification status of items in a workspace.
      See Also:
    • CMD_CHANGESET

      public static final String CMD_CHANGESET
      Changeset command - Modifies change sets.
      See Also:
    • CMD_SUB_SNAPSHOT

      public static final String CMD_SUB_SNAPSHOT
      The 'type' (snapshot) of the create command.
      See Also:
    • CMD_SUB_WORKSPACE

      public static final String CMD_SUB_WORKSPACE
      The 'type' (workspace) of the create command.
      See Also:
    • CMD_SUB_CHANGESET

      public static final String CMD_SUB_CHANGESET
      The 'type' (changeset) of the create command.
      See Also:
    • CMD_SUB_REMOTEFILES

      public static final String CMD_SUB_REMOTEFILES
      List files in a remote workspace.
      See Also:
    • CMD_SUB_CHANGESETS

      public static final String CMD_SUB_CHANGESETS
      List files in a remote workspace.
      See Also:
    • CMD_SUB_ACQUIRE

      public static final String CMD_SUB_ACQUIRE
      Locks files in a stream.
      See Also:
    • CMD_SUB_RELEASE

      public static final String CMD_SUB_RELEASE
      Revoke locks on files in a stream.
      See Also:
    • CMD_SUB_PROMOTE

      public static final String CMD_SUB_PROMOTE
      Promotes a snapshot to a stream or workspace.
      See Also:
    • CMD_SUB_ASSOCIATE

      public static final String CMD_SUB_ASSOCIATE
      Associate a Work Item with a change set.
      See Also:
    • ARG_FLOW_COMPONENTS

      public static final String ARG_FLOW_COMPONENTS
      Accept component additions and deletions (used with "accept" command).
      See Also:
    • ARG_FORCE

      public static final String ARG_FORCE
      Overwrite existing files when loading (used with "load" command).
      See Also:
    • ARG_LOCAL_WORKSPACE_PATH

      public static final String ARG_LOCAL_WORKSPACE_PATH
      Local workspace path.
      See Also:
    • ARG_LOAD_ROOT_DIRECTORY

      public static final String ARG_LOAD_ROOT_DIRECTORY
      Load Root Directory.
      See Also:
    • ARG_REPOSITORY_URI

      public static final String ARG_REPOSITORY_URI
      The repository name.
      See Also:
    • ARG_SNAPSHOT_DESCRIPTION

      public static final String ARG_SNAPSHOT_DESCRIPTION
      Description for the snapshot (used with "create snapshot" command).
      See Also:
    • ARG_SNAPSHOT_NAME

      public static final String ARG_SNAPSHOT_NAME
      Name of the snapshot (used with "create snapshot" command).
      See Also:
    • ARG_STATUS_WIDE_PRINT_OUT

      public static final 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:
    • ARG_USER_NAME

      public static final String ARG_USER_NAME
      The user ID in the repository.
      See Also:
    • ARG_USER_PASSWORD

      public static final String ARG_USER_PASSWORD
      The user password in the repository.
      See Also:
    • ARG_WORKSPACE_DESCRIPTION

      public static final String ARG_WORKSPACE_DESCRIPTION
      Description for the repository workspace (used with "create workspace" command).
      See Also:
    • ARG_WORKSPACE_NAME

      public static final String ARG_WORKSPACE_NAME
      Name of the repository workspace (used with "create workspace" command).
      See Also:
    • ARG_WORKSPACE_SNAPSHOT

      public static final String ARG_WORKSPACE_SNAPSHOT
      Name of the repository workspace (used with "create workspace" command).
      See Also:
    • ARG_DELIVER_SOURCE

      public static final String ARG_DELIVER_SOURCE
      Name of the source repository workspace (used with "deliver" command).
      See Also:
    • ARG_DELIVER_TARGET

      public static final String ARG_DELIVER_TARGET
      Name of the target repository workspace or stream (used with "deliver" command).
      See Also:
    • ARG_OVERWRITE_UNCOMMITTED

      public static final String ARG_OVERWRITE_UNCOMMITTED
      Ignore uncommitted changes and deliver (used with "deliver" command).
      See Also:
    • ARG_FILE

      public static final String ARG_FILE
      Perform a file base diff (aftertype = file) (used with "diff" command).
      See Also:
    • ARG_MAXIMUM

      public static final String ARG_MAXIMUM
      Specify the maximum number of results to return, must be greater than zero. Used by numerous commands.
      See Also:
    • ARG_WORKSPACE

      public static final String ARG_WORKSPACE
      Name of the repository workspace (used with "list changesets" command).
      See Also:
    • ARG_DEPTH

      public static final String ARG_DEPTH
      Depth of files returned (used with "list remotefiles" command).
      See Also:
    • ARG_DEPTH_INFINTE

      public static final String ARG_DEPTH_INFINTE
      Depth is either numeric or '-' for all'.
      See Also:
  • Constructor Details

    • JazzConstants

      public JazzConstants()