com.aragost.javahg.internals
Class GenericLogCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.LogCommandFlags
          extended by com.aragost.javahg.commands.LogCommand
              extended by com.aragost.javahg.internals.GenericLogCommand

public class GenericLogCommand
extends LogCommand

A generic log command where the client is responsible to consume the output from the command server.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
GenericLogCommand(Repository repository)
           
 
Method Summary
 HgInputStream stream(String... args)
           
 GenericLogCommand style(String style)
          Specify style to use
 GenericLogCommand template(String template)
          Specify template to use
 
Methods inherited from class com.aragost.javahg.commands.LogCommand
execute, fileStatus, single
 
Methods inherited from class com.aragost.javahg.commands.flags.LogCommandFlags
branch, copies, date, exclude, follow, followFirst, getCommandName, hidden, include, keyword, limit, noMerges, on, onlyBranch, onlyMerges, prune, removed, rev, user
 
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

GenericLogCommand

public GenericLogCommand(Repository repository)
Method Detail

style

public GenericLogCommand style(String style)
Specify style to use

Parameters:
style -
Returns:
this instance

template

public GenericLogCommand template(String template)
Specify template to use

Parameters:
template -
Returns:
this instance

stream

public HgInputStream stream(String... args)


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