|
||||||||||
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.RevertCommandFlags
public abstract class RevertCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
RevertCommandFlags(Repository repository)
|
Method Summary | |
---|---|
RevertCommand |
all()
Set the --all command line flag. |
RevertCommand |
date(String date)
Set the --date command line flag. |
RevertCommand |
exclude(String... patterns)
Set the --exclude command line flag. |
String |
getCommandName()
|
RevertCommand |
include(String... patterns)
Set the --include command line flag. |
RevertCommand |
noBackup()
Set the --no-backup command line flag. |
static RevertCommand |
on(Repository repository)
|
RevertCommand |
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 RevertCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static RevertCommand on(Repository repository)
public RevertCommand all()
public RevertCommand date(String date)
public RevertCommand rev(String rev)
public RevertCommand noBackup()
public RevertCommand include(String... patterns)
public RevertCommand exclude(String... patterns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |