com.aragost.javahg.commands
Class LocateCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.LocateCommandFlags
          extended by com.aragost.javahg.commands.LocateCommand

public class LocateCommand
extends LocateCommandFlags

Command class for executing hg locate. Set flags from LocateCommandFlags 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
LocateCommand(Repository repository)
           
 
Method Summary
 List<File> execute(String... patterns)
           
 
Methods inherited from class com.aragost.javahg.commands.flags.LocateCommandFlags
exclude, getCommandName, include, 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

LocateCommand

public LocateCommand(Repository repository)
Method Detail

execute

public List<File> execute(String... patterns)


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