|
||||||||||
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.CloneCommandFlags
public abstract class CloneCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
CloneCommandFlags(Repository repository)
|
Method Summary | |
---|---|
CloneCommand |
branch(String... branches)
Set the --branch command line flag. |
String |
getCommandName()
|
CloneCommand |
insecure()
Set the --insecure command line flag. |
CloneCommand |
noupdate()
Set the --noupdate command line flag. |
static CloneCommand |
on(Repository repository)
|
CloneCommand |
pull()
Set the --pull command line flag. |
CloneCommand |
remotecmd(String cmd)
Set the --remotecmd command line flag. |
CloneCommand |
rev(String... revs)
Set the --rev command line flag. |
CloneCommand |
ssh(String cmd)
Set the --ssh command line flag. |
CloneCommand |
uncompressed()
Set the --uncompressed command line flag. |
CloneCommand |
updaterev(String rev)
Set the --updaterev 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 CloneCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static CloneCommand on(Repository repository)
public CloneCommand noupdate()
public CloneCommand updaterev(String rev)
public CloneCommand rev(String... revs)
public CloneCommand branch(String... branches)
public CloneCommand pull()
public CloneCommand uncompressed()
public CloneCommand ssh(String cmd)
public CloneCommand remotecmd(String cmd)
public CloneCommand insecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |