|
||||||||||
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
com.aragost.javahg.commands.CommitCommand
public class CommitCommand
Command class for executing hg commit. Set flags from
CommitCommandFlags
and call the execute(java.lang.String...)
method.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
CommitCommand(Repository repository)
|
Method Summary | |
---|---|
Changeset |
execute()
Commit all changes |
Changeset |
execute(File... files)
|
Changeset |
execute(String... files)
Commit changes in the passed in files only |
void |
extra(String key,
String value)
Add a field to the extra dictionary for the changeset. |
boolean |
isSuccessful()
Check if the commit was successful. |
CommitCommand |
message(String text)
Set the commit message. |
Methods inherited from class com.aragost.javahg.commands.flags.CommitCommandFlags |
---|
amend, closeBranch, date, exclude, getCommandName, include, on, user |
Methods inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
cancel, clear, cmdAppend, cmdAppend, cmdAppend, cmdAppend, cmdAppend, doneHook, getErrorString, getRepository, getReturnCode, 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 |
---|
public CommitCommand(Repository repository)
repository
- the repository associated with this command.Method Detail |
---|
public boolean isSuccessful()
isSuccessful
in class AbstractCommand
public Changeset execute(String... files)
files
- the files to commit.
public Changeset execute(File... files)
files
- the files to commit.
public Changeset execute()
public CommitCommand message(String text)
message
in class CommitCommandFlags
public void extra(String key, String value)
Note this is implemented via the javahg extension for Mercurial.
key
- value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |