org.apache.maven.scm.provider.jazz.command
Class JazzConstants

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

public class JazzConstants
extends Object

Author:
Chris Graham

Field Summary
static String ARG_DELIVER_SOURCE
          Name of the source repository workspace (used with "deliver" command).
static String ARG_DELIVER_TARGET
          Name of the target repository workspace or stream (used with "deliver" command).
static String ARG_FILE
          Perform a file base diff (aftertype = file) (used with "diff" command).
static String ARG_FLOW_COMPONENTS
          Accept component additions and deletions (used with "accept" command).
static String ARG_FORCE
          Overwrite existing files when loading (used with "load" command).
static String ARG_LOAD_ROOT_DIRECTORY
          Load Root Directory.
static String ARG_LOCAL_WORKSPACE_PATH
          Local workspace path.
static String ARG_MAXIMUM
          Specify the maximum number of results to return, must be greater than zero.
static String ARG_OVERWRITE_UNCOMMITTED
          Ignore uncommitted changes and deliver (used with "deliver" command).
static String ARG_REPOSITORY_URI
          The repository name.
static String ARG_SNAPSHOT_DESCRIPTION
          Description for the snapshot (used with "create snapshot" command).
static String ARG_SNAPSHOT_NAME
          Name of the snapshot (used with "create snapshot" command).
static 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.
static String ARG_USER_NAME
          The user ID in the repository.
static String ARG_USER_PASSWORD
          The user password in the repository.
static String ARG_WORKSPACE
          Name of the repository workspace (used with "list changesets" command).
static String ARG_WORKSPACE_DESCRIPTION
          Description for the repository workspace (used with "create workspace" command).
static String ARG_WORKSPACE_NAME
          Name of the repository workspace (used with "create workspace" command).
static String ARG_WORKSPACE_SNAPSHOT
          Name of the repository workspace (used with "create workspace" command).
static String CMD_ACCEPT
          Accept command - Accept change sets into a repository workspace and load them into the local workspace.
static String CMD_ANNOTATE
          Annotate command - Show line-by-line revision information for a file.
static String CMD_CHECKIN
          Checkin command - Check in locally modified files, adding them to the current change set.
static String CMD_CREATE
          Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).
static String CMD_DELIVER
          Deliver command - Deliver to a target.
static String CMD_DIFF
          Diff command - Compare two states of a file.
static String CMD_HISTORY
          History command - Show the history of a file or component.
static String CMD_LIST
          List command - List repository objects.
static String CMD_LOAD
          Load command - Load components from a repository workspace into a local workspace.
static String CMD_LOCK
          Lock command - Used to lock or revoke locks on files in a stream.
static String CMD_SNAPSHOT
          Snapshot command - Used to promote snapshots.
static String CMD_STATUS
          Status command - Show modification status of items in a workspace.
static String CMD_SUB_ACQUIRE
          Locks files in a stream.
static String CMD_SUB_CHANGESET
          The 'type' (changeset) of the create command.
static String CMD_SUB_CHANGESETS
          List files in a remote workspace.
static String CMD_SUB_PROMOTE
          Promotes a snapshot to a stream or workspace.
static String CMD_SUB_RELEASE
          Revoke locks on files in a stream.
static String CMD_SUB_REMOTEFILES
          List files in a remote workspace.
static String CMD_SUB_SNAPSHOT
          The 'type' (snapshot) of the create command.
static String CMD_SUB_WORKSPACE
          The 'type' (workspace) of the create command.
static String SCM_EXECUTABLE
          Executable for Jazz SCM (Rational Team Concert).
static String SCM_META_DATA_FOLDER
          Folder created by the SCM to store metadata.
static String SCM_TYPE
          SCM type identifier
 
Constructor Summary
JazzConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCM_EXECUTABLE

public static final String SCM_EXECUTABLE
Executable for Jazz SCM (Rational Team Concert).

See Also:
Constant Field Values

SCM_META_DATA_FOLDER

public static final String SCM_META_DATA_FOLDER
Folder created by the SCM to store metadata.

See Also:
Constant Field Values

SCM_TYPE

public static final String SCM_TYPE
SCM type identifier

See Also:
Constant Field Values

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:
Constant Field Values

CMD_ANNOTATE

public static final String CMD_ANNOTATE
Annotate command - Show line-by-line revision information for a file.

See Also:
Constant Field Values

CMD_CHECKIN

public static final 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 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 String CMD_DELIVER
Deliver command - Deliver to a target.

See Also:
Constant Field Values

CMD_DIFF

public static final String CMD_DIFF
Diff command - Compare two states of a file.

See Also:
Constant Field Values

CMD_HISTORY

public static final String CMD_HISTORY
History command - Show the history of a file or component.

See Also:
Constant Field Values

CMD_LIST

public static final String CMD_LIST
List command - List repository objects.

See Also:
Constant Field Values

CMD_LOAD

public static final 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 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 String CMD_SNAPSHOT
Snapshot command - Used to promote snapshots. Requires the 'promote' sub command.

See Also:
Constant Field Values

CMD_STATUS

public static final String CMD_STATUS
Status command - Show modification status of items in a workspace.

See Also:
Constant Field Values

CMD_SUB_SNAPSHOT

public static final String CMD_SUB_SNAPSHOT
The 'type' (snapshot) of the create command.

See Also:
Constant Field Values

CMD_SUB_WORKSPACE

public static final String CMD_SUB_WORKSPACE
The 'type' (workspace) of the create command.

See Also:
Constant Field Values

CMD_SUB_CHANGESET

public static final String CMD_SUB_CHANGESET
The 'type' (changeset) of the create command.

See Also:
Constant Field Values

CMD_SUB_REMOTEFILES

public static final String CMD_SUB_REMOTEFILES
List files in a remote workspace.

See Also:
Constant Field Values

CMD_SUB_CHANGESETS

public static final String CMD_SUB_CHANGESETS
List files in a remote workspace.

See Also:
Constant Field Values

CMD_SUB_ACQUIRE

public static final String CMD_SUB_ACQUIRE
Locks files in a stream.

See Also:
Constant Field Values

CMD_SUB_RELEASE

public static final String CMD_SUB_RELEASE
Revoke locks on files in a stream.

See Also:
Constant Field Values

CMD_SUB_PROMOTE

public static final String CMD_SUB_PROMOTE
Promotes a snapshot to a stream or workspace.

See Also:
Constant Field Values

ARG_FLOW_COMPONENTS

public static final String ARG_FLOW_COMPONENTS
Accept component additions and deletions (used with "accept" command).

See Also:
Constant Field Values

ARG_FORCE

public static final String ARG_FORCE
Overwrite existing files when loading (used with "load" command).

See Also:
Constant Field Values

ARG_LOCAL_WORKSPACE_PATH

public static final String ARG_LOCAL_WORKSPACE_PATH
Local workspace path.

See Also:
Constant Field Values

ARG_LOAD_ROOT_DIRECTORY

public static final String ARG_LOAD_ROOT_DIRECTORY
Load Root Directory.

See Also:
Constant Field Values

ARG_REPOSITORY_URI

public static final String ARG_REPOSITORY_URI
The repository name.

See Also:
Constant Field Values

ARG_SNAPSHOT_DESCRIPTION

public static final String ARG_SNAPSHOT_DESCRIPTION
Description for the snapshot (used with "create snapshot" command).

See Also:
Constant Field Values

ARG_SNAPSHOT_NAME

public static final 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 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 String ARG_USER_NAME
The user ID in the repository.

See Also:
Constant Field Values

ARG_USER_PASSWORD

public static final String ARG_USER_PASSWORD
The user password in the repository.

See Also:
Constant Field Values

ARG_WORKSPACE_DESCRIPTION

public static final 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 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 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 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 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 String ARG_OVERWRITE_UNCOMMITTED
Ignore uncommitted changes and deliver (used with "deliver" command).

See Also:
Constant Field Values

ARG_FILE

public static final String ARG_FILE
Perform a file base diff (aftertype = file) (used with "diff" command).

See Also:
Constant Field Values

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:
Constant Field Values

ARG_WORKSPACE

public static final String ARG_WORKSPACE
Name of the repository workspace (used with "list changesets" command).

See Also:
Constant Field Values
Constructor Detail

JazzConstants

public JazzConstants()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.