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