|
||||||||||
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.TagCommandFlags
public abstract class TagCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
TagCommandFlags(Repository repository)
|
Method Summary | |
---|---|
TagCommand |
date(DateTime date)
Set the --date command line flag. |
TagCommand |
force()
Set the --force command line flag. |
String |
getCommandName()
|
TagCommand |
local()
Set the --local command line flag. |
TagCommand |
message(String text)
Set the --message command line flag. |
static TagCommand |
on(Repository repository)
|
TagCommand |
remove()
Set the --remove command line flag. |
TagCommand |
rev(String rev)
Set the --rev command line flag. |
TagCommand |
user(String user)
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 TagCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static TagCommand on(Repository repository)
public TagCommand force()
public TagCommand local()
public TagCommand rev(String rev)
public TagCommand remove()
public TagCommand message(String text)
public TagCommand date(DateTime date)
public TagCommand user(String user)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |