|
||||||||||
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.StatusCommandFlags
public abstract class StatusCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
StatusCommandFlags(Repository repository)
|
Method Summary | |
---|---|
StatusCommand |
added()
Set the --added command line flag. |
StatusCommand |
all()
Set the --all command line flag. |
StatusCommand |
change(String rev)
Set the --change command line flag. |
StatusCommand |
clean()
Set the --clean command line flag. |
StatusCommand |
copies()
Set the --copies command line flag. |
StatusCommand |
deleted()
Set the --deleted command line flag. |
StatusCommand |
exclude(String... patterns)
Set the --exclude command line flag. |
String |
getCommandName()
|
StatusCommand |
ignored()
Set the --ignored command line flag. |
StatusCommand |
include(String... patterns)
Set the --include command line flag. |
StatusCommand |
modified()
Set the --modified command line flag. |
static StatusCommand |
on(Repository repository)
|
StatusCommand |
removed()
Set the --removed command line flag. |
StatusCommand |
rev(String... revs)
Set the --rev command line flag. |
StatusCommand |
unknown()
Set the --unknown 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 StatusCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static StatusCommand on(Repository repository)
public StatusCommand all()
public StatusCommand modified()
public StatusCommand added()
public StatusCommand removed()
public StatusCommand deleted()
public StatusCommand clean()
public StatusCommand unknown()
public StatusCommand ignored()
public StatusCommand copies()
public StatusCommand rev(String... revs)
public StatusCommand change(String rev)
public StatusCommand include(String... patterns)
public StatusCommand exclude(String... patterns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |