com.aragost.javahg.commands.flags
Class AnnotateCommandFlags

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

public abstract class AnnotateCommandFlags
extends AbstractCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
protected AnnotateCommandFlags(Repository repository)
           
 
Method Summary
 AnnotateCommand exclude(String... patterns)
          Set the --exclude command line flag.
 String getCommandName()
           
 AnnotateCommand ignoreAllSpace()
          Set the --ignore-all-space command line flag.
 AnnotateCommand ignoreBlankLines()
          Set the --ignore-blank-lines command line flag.
 AnnotateCommand ignoreSpaceChange()
          Set the --ignore-space-change command line flag.
 AnnotateCommand include(String... patterns)
          Set the --include command line flag.
 AnnotateCommand noFollow()
          Set the --no-follow command line flag.
static AnnotateCommand on(Repository repository)
           
 AnnotateCommand rev(String rev)
          Set the --rev 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

AnnotateCommandFlags

protected AnnotateCommandFlags(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 AnnotateCommand on(Repository repository)

rev

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

Returns:
this instance
See Also:
Mercurial documentation

noFollow

public AnnotateCommand noFollow()
Set the --no-follow command line flag.

Returns:
this instance
See Also:
Mercurial documentation

ignoreAllSpace

public AnnotateCommand ignoreAllSpace()
Set the --ignore-all-space command line flag.

Returns:
this instance
See Also:
Mercurial documentation

ignoreSpaceChange

public AnnotateCommand ignoreSpaceChange()
Set the --ignore-space-change command line flag.

Returns:
this instance
See Also:
Mercurial documentation

ignoreBlankLines

public AnnotateCommand ignoreBlankLines()
Set the --ignore-blank-lines command line flag.

Returns:
this instance
See Also:
Mercurial documentation

include

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

Returns:
this instance
See Also:
Mercurial documentation

exclude

public AnnotateCommand 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.