|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.studio.svnimport.backend.CommandExecutor
com.atlassian.studio.svnimport.backend.CommandExecutorWithDefaultPumpers
com.atlassian.studio.svnimport.backend.commands.CreateSvnRepositoryCommand
public class CreateSvnRepositoryCommand
User: kalamon Date: 2010-11-18 Time: 12:56:27
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.atlassian.studio.svnimport.backend.CommandExecutor |
|---|
CommandExecutor.CommandAbortedException, CommandExecutor.ExecuteException |
| Field Summary |
|---|
| Fields inherited from class com.atlassian.studio.svnimport.backend.CommandExecutorWithDefaultPumpers |
|---|
PIPE |
| Fields inherited from class com.atlassian.studio.svnimport.backend.CommandExecutor |
|---|
commands |
| Constructor Summary | |
|---|---|
CreateSvnRepositoryCommand(ExternalCommands commands,
String path,
String repoName,
com.atlassian.sal.api.message.I18nResolver i18n,
org.slf4j.Logger log)
|
|
| Method Summary | |
|---|---|
void |
createRepository()
|
protected String |
getCommand()
|
protected File |
getCwd()
|
| Methods inherited from class com.atlassian.studio.svnimport.backend.CommandExecutorWithDefaultPumpers |
|---|
getError, getErrorLines, getErrorPumper, getOutput, getOutputLines, getOutputPumper, quoted |
| Methods inherited from class com.atlassian.studio.svnimport.backend.CommandExecutor |
|---|
abortExecutedProcess, execute, getI18n, getLog, safeGetCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateSvnRepositoryCommand(ExternalCommands commands,
String path,
String repoName,
com.atlassian.sal.api.message.I18nResolver i18n,
org.slf4j.Logger log)
| Method Detail |
|---|
protected String getCommand()
getCommand in class CommandExecutorprotected File getCwd()
getCwd in class CommandExecutor
public void createRepository()
throws IOException,
CommandExecutor.ExecuteException,
InterruptedException
IOException
CommandExecutor.ExecuteException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||