com.aragost.javahg.commands
Class HeadsCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.HeadsCommandFlags
          extended by com.aragost.javahg.commands.HeadsCommand

public class HeadsCommand
extends HeadsCommandFlags

Command class for executing hg heads. Set flags from HeadsCommandFlags and see the execute(String...) method for how to run the command.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
HeadsCommand(Repository repository)
           
 
Method Summary
 List<Changeset> execute(String... revs)
           
 
Methods inherited from class com.aragost.javahg.commands.flags.HeadsCommandFlags
closed, getCommandName, on, rev, topo
 
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

HeadsCommand

public HeadsCommand(Repository repository)
Method Detail

execute

public List<Changeset> execute(String... revs)


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