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