|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use DiffCommand | |
---|---|
com.aragost.javahg.commands.flags |
Uses of DiffCommand in com.aragost.javahg.commands.flags |
---|
Methods in com.aragost.javahg.commands.flags that return DiffCommand | |
---|---|
DiffCommand |
DiffCommandFlags.change(String rev)
Set the --change command line flag. |
DiffCommand |
DiffCommandFlags.exclude(String... patterns)
Set the --exclude command line flag. |
DiffCommand |
DiffCommandFlags.ignoreAllSpace()
Set the --ignore-all-space command line flag. |
DiffCommand |
DiffCommandFlags.ignoreBlankLines()
Set the --ignore-blank-lines command line flag. |
DiffCommand |
DiffCommandFlags.ignoreSpaceChange()
Set the --ignore-space-change command line flag. |
DiffCommand |
DiffCommandFlags.include(String... patterns)
Set the --include command line flag. |
DiffCommand |
DiffCommandFlags.nodates()
Set the --nodates command line flag. |
static DiffCommand |
DiffCommandFlags.on(Repository repository)
|
DiffCommand |
DiffCommandFlags.rev(String... revs)
Set the --rev command line flag. |
DiffCommand |
DiffCommandFlags.reverse()
Set the --reverse command line flag. |
DiffCommand |
DiffCommandFlags.showFunction()
Set the --show-function command line flag. |
DiffCommand |
DiffCommandFlags.stat()
Set the --stat command line flag. |
DiffCommand |
DiffCommandFlags.unified(int num)
Set the --unified command line flag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |