|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aragost.javahg.internals.AbstractCommand
com.aragost.javahg.commands.flags.AnnotateCommandFlags
public abstract class AnnotateCommandFlags
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 |
---|
protected AnnotateCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static AnnotateCommand on(Repository repository)
public AnnotateCommand rev(String rev)
public AnnotateCommand noFollow()
public AnnotateCommand ignoreAllSpace()
public AnnotateCommand ignoreSpaceChange()
public AnnotateCommand ignoreBlankLines()
public AnnotateCommand include(String... patterns)
public AnnotateCommand exclude(String... patterns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |