|
||||||||||
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.OutgoingCommandFlags
public abstract class OutgoingCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
OutgoingCommandFlags(Repository repository)
|
Method Summary | |
---|---|
OutgoingCommand |
bookmarks()
Set the --bookmarks command line flag. |
OutgoingCommand |
branch(String... branches)
Set the --branch command line flag. |
OutgoingCommand |
force()
Set the --force command line flag. |
String |
getCommandName()
|
OutgoingCommand |
insecure()
Set the --insecure command line flag. |
OutgoingCommand |
limit(String num)
Set the --limit command line flag. |
OutgoingCommand |
newestFirst()
Set the --newest-first command line flag. |
OutgoingCommand |
noMerges()
Set the --no-merges command line flag. |
static OutgoingCommand |
on(Repository repository)
|
OutgoingCommand |
remotecmd(String cmd)
Set the --remotecmd command line flag. |
OutgoingCommand |
rev(String... revs)
Set the --rev command line flag. |
OutgoingCommand |
ssh(String cmd)
Set the --ssh 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 OutgoingCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static OutgoingCommand on(Repository repository)
public OutgoingCommand force()
public OutgoingCommand rev(String... revs)
public OutgoingCommand newestFirst()
public OutgoingCommand bookmarks()
public OutgoingCommand branch(String... branches)
public OutgoingCommand limit(String num)
public OutgoingCommand noMerges()
public OutgoingCommand ssh(String cmd)
public OutgoingCommand remotecmd(String cmd)
public OutgoingCommand insecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |