|
||||||||||
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.BisectCommandFlags
public abstract class BisectCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
BisectCommandFlags(Repository repository)
|
Method Summary | |
---|---|
BisectCommand |
bad()
Set the --bad command line flag. |
BisectCommand |
command(String cmd)
Set the --command command line flag. |
BisectCommand |
extend()
Set the --extend command line flag. |
String |
getCommandName()
|
BisectCommand |
good()
Set the --good command line flag. |
BisectCommand |
noupdate()
Set the --noupdate command line flag. |
static BisectCommand |
on(Repository repository)
|
BisectCommand |
reset()
Set the --reset command line flag. |
BisectCommand |
skip()
Set the --skip 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 BisectCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static BisectCommand on(Repository repository)
public BisectCommand reset()
public BisectCommand good()
public BisectCommand bad()
public BisectCommand skip()
public BisectCommand extend()
public BisectCommand command(String cmd)
public BisectCommand noupdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |