com.atlassian.studio.svnimport.backend.commands
Class MvCommand

java.lang.Object
  extended by com.atlassian.studio.svnimport.backend.CommandExecutor
      extended by com.atlassian.studio.svnimport.backend.CommandExecutorWithDefaultPumpers
          extended by com.atlassian.studio.svnimport.backend.commands.SudoCommand
              extended by com.atlassian.studio.svnimport.backend.commands.MvCommand

public class MvCommand
extends SudoCommand

User: kalamon Date: 2010-12-21 Time: 11:05:38


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
MvCommand(boolean useSudo, String fromDir, String toDir, ExternalCommands commands, com.atlassian.sal.api.message.I18nResolver i18n, org.slf4j.Logger log)
           
 
Method Summary
protected  String getNonSudoCommand()
           
 
Methods inherited from class com.atlassian.studio.svnimport.backend.commands.SudoCommand
getCommand, getCwd, go
 
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

MvCommand

public MvCommand(boolean useSudo,
                 String fromDir,
                 String toDir,
                 ExternalCommands commands,
                 com.atlassian.sal.api.message.I18nResolver i18n,
                 org.slf4j.Logger log)
Method Detail

getNonSudoCommand

protected String getNonSudoCommand()
Specified by:
getNonSudoCommand in class SudoCommand


Copyright © 2002-2012 Atlassian. All Rights Reserved.