com.aragost.javahg.commands
Class ManifestCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.ManifestCommandFlags
          extended by com.aragost.javahg.commands.ManifestCommand

public class ManifestCommand
extends ManifestCommandFlags

Command class for executing hg manifest. Set flags from ManifestCommandFlags and see the execute() 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
ManifestCommand(Repository repository)
           
 
Method Summary
 List<File> execute()
           
 
Methods inherited from class com.aragost.javahg.commands.flags.ManifestCommandFlags
all, getCommandName, on, rev
 
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

ManifestCommand

public ManifestCommand(Repository repository)
Method Detail

execute

public List<File> execute()


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