com.aragost.javahg.commands.flags
Class PhaseCommandFlags

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

public abstract class PhaseCommandFlags
extends AbstractCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
protected PhaseCommandFlags(Repository repository)
           
 
Method Summary
 PhaseCommand draft()
          Set the --draft command line flag.
 PhaseCommand force()
          Set the --force command line flag.
 String getCommandName()
           
static PhaseCommand on(Repository repository)
           
 PhaseCommand rev(String... revs)
          Set the --rev command line flag.
 PhaseCommand secret()
          Set the --secret command line flag.
 
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

PhaseCommandFlags

protected PhaseCommandFlags(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 PhaseCommand on(Repository repository)

draft

public PhaseCommand draft()
Set the --draft command line flag.

Returns:
this instance
See Also:
Mercurial documentation

secret

public PhaseCommand secret()
Set the --secret command line flag.

Returns:
this instance
See Also:
Mercurial documentation

force

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

Returns:
this instance
See Also:
Mercurial documentation

rev

public PhaseCommand rev(String... revs)
Set the --rev command line flag.

Returns:
this instance
See Also:
Mercurial documentation


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