|
||||||||||
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.DiffCommandFlags
public abstract class DiffCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
DiffCommandFlags(Repository repository)
|
Method Summary | |
---|---|
DiffCommand |
change(String rev)
Set the --change command line flag. |
DiffCommand |
exclude(String... patterns)
Set the --exclude command line flag. |
String |
getCommandName()
|
DiffCommand |
ignoreAllSpace()
Set the --ignore-all-space command line flag. |
DiffCommand |
ignoreBlankLines()
Set the --ignore-blank-lines command line flag. |
DiffCommand |
ignoreSpaceChange()
Set the --ignore-space-change command line flag. |
DiffCommand |
include(String... patterns)
Set the --include command line flag. |
DiffCommand |
nodates()
Set the --nodates command line flag. |
static DiffCommand |
on(Repository repository)
|
DiffCommand |
rev(String... revs)
Set the --rev command line flag. |
DiffCommand |
reverse()
Set the --reverse command line flag. |
DiffCommand |
showFunction()
Set the --show-function command line flag. |
DiffCommand |
stat()
Set the --stat command line flag. |
DiffCommand |
unified(int num)
Set the --unified 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 DiffCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static DiffCommand on(Repository repository)
public DiffCommand rev(String... revs)
public DiffCommand change(String rev)
public DiffCommand nodates()
public DiffCommand showFunction()
public DiffCommand reverse()
public DiffCommand ignoreAllSpace()
public DiffCommand ignoreSpaceChange()
public DiffCommand ignoreBlankLines()
public DiffCommand unified(int num)
public DiffCommand stat()
public DiffCommand include(String... patterns)
public DiffCommand exclude(String... patterns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |