com.aragost.javahg.commands.flags
Class BisectCommandFlags

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.BisectCommandFlags
Direct Known Subclasses:
BisectCommand

public abstract class BisectCommandFlags
extends AbstractCommand


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

BisectCommandFlags

protected BisectCommandFlags(Repository repository)
Method Detail

getCommandName

public final String getCommandName()
Specified by:
getCommandName in class AbstractCommand
Returns:
the name of this Mercurial command, i.e., "add", "log", etc

on

public static BisectCommand on(Repository repository)

reset

public BisectCommand reset()
Set the --reset command line flag.

Returns:
this instance
See Also:
Mercurial documentation

good

public BisectCommand good()
Set the --good command line flag.

Returns:
this instance
See Also:
Mercurial documentation

bad

public BisectCommand bad()
Set the --bad command line flag.

Returns:
this instance
See Also:
Mercurial documentation

skip

public BisectCommand skip()
Set the --skip command line flag.

Returns:
this instance
See Also:
Mercurial documentation

extend

public BisectCommand extend()
Set the --extend command line flag.

Returns:
this instance
See Also:
Mercurial documentation

command

public BisectCommand command(String cmd)
Set the --command command line flag.

Returns:
this instance
See Also:
Mercurial documentation

noupdate

public BisectCommand noupdate()
Set the --noupdate command line flag.

Returns:
this instance
See Also:
Mercurial documentation


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.