|
||||||||||
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.LogCommandFlags
public abstract class LogCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
LogCommandFlags(Repository repository)
|
Method Summary | |
---|---|
LogCommand |
branch(String... branches)
Set the --branch command line flag. |
LogCommand |
copies()
Set the --copies command line flag. |
LogCommand |
date(String date)
Set the --date command line flag. |
LogCommand |
exclude(String... patterns)
Set the --exclude command line flag. |
LogCommand |
follow()
Set the --follow command line flag. |
LogCommand |
followFirst()
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
String |
getCommandName()
|
LogCommand |
hidden()
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
LogCommand |
include(String... patterns)
Set the --include command line flag. |
LogCommand |
keyword(String... texts)
Set the --keyword command line flag. |
LogCommand |
limit(int num)
Set the --limit command line flag. |
LogCommand |
noMerges()
Set the --no-merges command line flag. |
static LogCommand |
on(Repository repository)
|
LogCommand |
onlyBranch(String... branches)
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
LogCommand |
onlyMerges()
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
LogCommand |
prune(String... revs)
Set the --prune command line flag. |
LogCommand |
removed()
Set the --removed command line flag. |
LogCommand |
rev(String... revs)
Set the --rev command line flag. |
LogCommand |
user(String... users)
Set the --user 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 LogCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static LogCommand on(Repository repository)
public LogCommand follow()
@Deprecated public LogCommand followFirst()
public LogCommand date(String date)
public LogCommand copies()
public LogCommand keyword(String... texts)
public LogCommand rev(String... revs)
public LogCommand removed()
@Deprecated public LogCommand onlyMerges()
public LogCommand user(String... users)
@Deprecated public LogCommand onlyBranch(String... branches)
public LogCommand branch(String... branches)
public LogCommand prune(String... revs)
@Deprecated public LogCommand hidden()
public LogCommand limit(int num)
public LogCommand noMerges()
public LogCommand include(String... patterns)
public LogCommand exclude(String... patterns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |