com.aragost.javahg.commands
Class BisectCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.BisectCommandFlags
          extended by com.aragost.javahg.commands.BisectCommand

public class BisectCommand
extends BisectCommandFlags


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
BisectCommand(Repository repository)
           
 
Method Summary
 BisectResult execute()
          Run hg bisect.
 BisectResult execute(String rev)
          Run hg bisect.
 
Methods inherited from class com.aragost.javahg.commands.flags.BisectCommandFlags
bad, command, extend, getCommandName, good, noupdate, on, reset, skip
 
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

BisectCommand

public BisectCommand(Repository repository)
Method Detail

execute

public BisectResult execute()
Run hg bisect.

Throws:
IOException

execute

public BisectResult execute(String rev)
Run hg bisect.

Throws:
IOException


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