com.aragost.javahg.commands.flags
Class RemoveCommandFlags

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.RemoveCommandFlags
Direct Known Subclasses:
RemoveCommand

public abstract class RemoveCommandFlags
extends AbstractCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
protected RemoveCommandFlags(Repository repository)
           
 
Method Summary
 RemoveCommand after()
          Set the --after command line flag.
 RemoveCommand exclude(String... patterns)
          Set the --exclude command line flag.
 RemoveCommand force()
          Set the --force command line flag.
 String getCommandName()
           
 RemoveCommand include(String... patterns)
          Set the --include command line flag.
static RemoveCommand on(Repository repository)
           
 
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

RemoveCommandFlags

protected RemoveCommandFlags(Repository repository)
Method Detail

getCommandName

public final String getCommandName()
Specified by:
getCommandName in class AbstractCommand
Returns:
the name of this Mercurial command, i.e., "add", "log", etc

on

public static RemoveCommand on(Repository repository)

after

public RemoveCommand after()
Set the --after command line flag.

Returns:
this instance
See Also:
Mercurial documentation

force

public RemoveCommand force()
Set the --force command line flag.

Returns:
this instance
See Also:
Mercurial documentation

include

public RemoveCommand include(String... patterns)
Set the --include command line flag.

Returns:
this instance
See Also:
Mercurial documentation

exclude

public RemoveCommand exclude(String... patterns)
Set the --exclude command line flag.

Returns:
this instance
See Also:
Mercurial documentation


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