|
||||||||||
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.ImportCommandFlags
public abstract class ImportCommandFlags
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand |
---|
AbstractCommand.State |
Constructor Summary | |
---|---|
protected |
ImportCommandFlags(Repository repository)
|
Method Summary | |
---|---|
ImportCommand |
base(String path)
Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing. |
ImportCommand |
bypass()
Set the --bypass command line flag. |
ImportCommand |
date(String date)
Set the --date command line flag. |
ImportCommand |
exact()
Set the --exact command line flag. |
ImportCommand |
force()
Set the --force command line flag. |
String |
getCommandName()
|
ImportCommand |
importBranch()
Set the --import-branch command line flag. |
ImportCommand |
message(String text)
Set the --message command line flag. |
ImportCommand |
noCommit()
Set the --no-commit command line flag. |
static ImportCommand |
on(Repository repository)
|
ImportCommand |
similarity(String similarity)
Set the --similarity command line flag. |
ImportCommand |
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 ImportCommandFlags(Repository repository)
Method Detail |
---|
public final String getCommandName()
getCommandName
in class AbstractCommand
public static ImportCommand on(Repository repository)
@Deprecated public ImportCommand base(String path)
public ImportCommand force()
public ImportCommand noCommit()
public ImportCommand bypass()
public ImportCommand exact()
public ImportCommand importBranch()
public ImportCommand message(String text)
public ImportCommand date(String date)
public ImportCommand user(String user)
public ImportCommand similarity(String similarity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |