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 String | ADD_CMD
Default recursive. |
static String | BRANCH_CMD
Create a new copy of a branch. |
static String | CHECK |
static String | COMMIT_CMD
Commit changes into a new revision |
static String | DIFF_CMD
Show differences in workingtree. |
static String | EXEC
Executable for Bazaar |
static String | INIT_CMD
Use to create an empty branch or before importing an existing project |
static String | INVENTORY_CMD
Show inventory of the current working copy or a revision |
static String | LOG_CMD
Show log of this branch Common option: --revision |
static String | MESSAGE_OPTION |
static String | NO_RECURSE_OPTION |
static String | PULL_CMD
Pull any changes from another branch into the current one |
static String | PUSH_CMD
Push this branch into another branch |
static String | REMOVE_CMD
Make a file unversioned |
static String | REVISION_OPTION |
static String | REVNO_CMD
Show current revision number |
static String | STATUS_CMD
Reports the following states: added, removed, modified, unchanged, unknown |
static String | VERBOSE_OPTION |
static String | VERSION |
public static final String ADD_CMD
Default recursive. Common option: --dry-run and --no-recursive
public static final String BRANCH_CMD
Create a new copy of a branch. Alias get or clone
public static final String CHECK
public static final String COMMIT_CMD
Commit changes into a new revision
public static final String DIFF_CMD
Show differences in workingtree. Common option: --revision
public static final String EXEC
Executable for Bazaar
public static final String INIT_CMD
Use to create an empty branch or before importing an existing project
public static final String INVENTORY_CMD
Show inventory of the current working copy or a revision
public static final String LOG_CMD
Show log of this branch Common option: --revision
public static final String MESSAGE_OPTION
public static final String NO_RECURSE_OPTION
public static final String PULL_CMD
Pull any changes from another branch into the current one
public static final String PUSH_CMD
Push this branch into another branch
public static final String REMOVE_CMD
Make a file unversioned
public static final String REVISION_OPTION
public static final String REVNO_CMD
Show current revision number
public static final String STATUS_CMD
Reports the following states: added, removed, modified, unchanged, unknown
public static final String VERBOSE_OPTION
public static final String VERSION
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.