|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aragost.javahg.internals.AbstractCommand
com.aragost.javahg.commands.flags.BackoutCommandFlags
public abstract class BackoutCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
BackoutCommandFlags(Repository repository)
|
Method Summary | |
---|---|
BackoutCommand |
date(String date)
Set the --date command line flag. |
BackoutCommand |
exclude(String... patterns)
Set the --exclude command line flag. |
String |
getCommandName()
|
BackoutCommand |
include(String... patterns)
Set the --include command line flag. |
BackoutCommand |
merge()
Set the --merge command line flag. |
BackoutCommand |
message(String text)
Set the --message command line flag. |
static BackoutCommand |
on(Repository repository)
|
BackoutCommand |
parent(String rev)
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
BackoutCommand |
rev(String rev)
Set the --rev command line flag. |
BackoutCommand |
tool(String value)
Set the --tool command line flag. |
BackoutCommand |
user(String user)
Set the --user command line flag. |
Methods inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
cancel, clear, cmdAppend, cmdAppend, cmdAppend, cmdAppend, cmdAppend, doneHook, getErrorString, getRepository, getReturnCode, isSuccessful, launchIterator, launchStream, launchString, needsInputLine, reopenOutputChannelStream, sendLine, toString, withDebugAndChangesetStyle, withDebugFlag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BackoutCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static BackoutCommand on(Repository repository)
public BackoutCommand merge()
@Deprecated public BackoutCommand parent(String rev)
public BackoutCommand rev(String rev)
public BackoutCommand tool(String value)
public BackoutCommand include(String... patterns)
public BackoutCommand exclude(String... patterns)
public BackoutCommand message(String text)
public BackoutCommand date(String date)
public BackoutCommand user(String user)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |