org.apache.maven.scm.provider.bazaar.command

Interface BazaarCommand

public interface BazaarCommand extends Command

Available/Used bazaar commands.

These commands does not necessarily correspond to the SCM API. Eg. "check in" is translated to be "commit" and "push".

Author: Torbjxrn Eikli Smxrgrav

Field Summary
static StringADD_CMD
Default recursive.
static StringBRANCH_CMD
Create a new copy of a branch.
static StringCHECK
static StringCOMMIT_CMD
Commit changes into a new revision
static StringDIFF_CMD
Show differences in workingtree.
static StringEXEC
Executable for Bazaar
static StringINIT_CMD
Use to create an empty branch or before importing an existing project
static StringINVENTORY_CMD
Show inventory of the current working copy or a revision
static StringLOG_CMD
Show log of this branch Common option: --revision
static StringMESSAGE_OPTION
static StringNO_RECURSE_OPTION
static StringPULL_CMD
Pull any changes from another branch into the current one
static StringPUSH_CMD
Push this branch into another branch
static StringREMOVE_CMD
Make a file unversioned
static StringREVISION_OPTION
static StringREVNO_CMD
Show current revision number
static StringSTATUS_CMD
Reports the following states: added, removed, modified, unchanged, unknown
static StringVERBOSE_OPTION
static StringVERSION

Field Detail

ADD_CMD

public static final String ADD_CMD
Default recursive. Common option: --dry-run and --no-recursive

BRANCH_CMD

public static final String BRANCH_CMD
Create a new copy of a branch. Alias get or clone

CHECK

public static final String CHECK

COMMIT_CMD

public static final String COMMIT_CMD
Commit changes into a new revision

DIFF_CMD

public static final String DIFF_CMD
Show differences in workingtree. Common option: --revision

EXEC

public static final String EXEC
Executable for Bazaar

INIT_CMD

public static final String INIT_CMD
Use to create an empty branch or before importing an existing project

INVENTORY_CMD

public static final String INVENTORY_CMD
Show inventory of the current working copy or a revision

LOG_CMD

public static final String LOG_CMD
Show log of this branch Common option: --revision

MESSAGE_OPTION

public static final String MESSAGE_OPTION

NO_RECURSE_OPTION

public static final String NO_RECURSE_OPTION

PULL_CMD

public static final String PULL_CMD
Pull any changes from another branch into the current one

PUSH_CMD

public static final String PUSH_CMD
Push this branch into another branch

REMOVE_CMD

public static final String REMOVE_CMD
Make a file unversioned

REVISION_OPTION

public static final String REVISION_OPTION

REVNO_CMD

public static final String REVNO_CMD
Show current revision number

STATUS_CMD

public static final String STATUS_CMD
Reports the following states: added, removed, modified, unchanged, unknown

VERBOSE_OPTION

public static final String VERBOSE_OPTION

VERSION

public static final String VERSION
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.