com.aragost.javahg.commands.flags
Class PullCommandFlags

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

public abstract class PullCommandFlags
extends AbstractCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
protected PullCommandFlags(Repository repository)
           
 
Method Summary
 PullCommand bookmark(String... bookmarks)
          Set the --bookmark command line flag.
 PullCommand branch(String... branches)
          Set the --branch command line flag.
 PullCommand force()
          Set the --force command line flag.
 String getCommandName()
           
 PullCommand insecure()
          Set the --insecure command line flag.
static PullCommand on(Repository repository)
           
 PullCommand remotecmd(String cmd)
          Set the --remotecmd command line flag.
 PullCommand rev(String... revs)
          Set the --rev command line flag.
 PullCommand ssh(String cmd)
          Set the --ssh 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

PullCommandFlags

protected PullCommandFlags(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 PullCommand on(Repository repository)

force

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

Returns:
this instance
See Also:
Mercurial documentation

rev

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

Returns:
this instance
See Also:
Mercurial documentation

bookmark

public PullCommand bookmark(String... bookmarks)
Set the --bookmark command line flag.

Returns:
this instance
See Also:
Mercurial documentation

branch

public PullCommand branch(String... branches)
Set the --branch command line flag.

Returns:
this instance
See Also:
Mercurial documentation

ssh

public PullCommand ssh(String cmd)
Set the --ssh command line flag.

Returns:
this instance
See Also:
Mercurial documentation

remotecmd

public PullCommand remotecmd(String cmd)
Set the --remotecmd command line flag.

Returns:
this instance
See Also:
Mercurial documentation

insecure

public PullCommand insecure()
Set the --insecure command line flag.

Returns:
this instance
See Also:
Mercurial documentation


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