com.aragost.javahg.commands
Class RenameCommand

java.lang.Object
  extended by com.aragost.javahg.internals.AbstractCommand
      extended by com.aragost.javahg.commands.flags.RenameCommandFlags
          extended by com.aragost.javahg.commands.RenameCommand

public class RenameCommand
extends RenameCommandFlags

See Also:
CopyCommand

Nested Class Summary
 
Nested classes/interfaces inherited from class com.aragost.javahg.internals.AbstractCommand
AbstractCommand.State
 
Constructor Summary
RenameCommand(Repository repository)
           
 
Method Summary
 Map<File,File> execute(File... files)
           
 Map<String,String> execute(String... files)
           
 
Methods inherited from class com.aragost.javahg.commands.flags.RenameCommandFlags
after, exclude, force, getCommandName, include, on
 
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

RenameCommand

public RenameCommand(Repository repository)
Method Detail

execute

public Map<String,String> execute(String... files)
Parameters:
files - the files to copy. The last file in this list is the destination. If two files are given, the target must be a directory or a non-existing file. If more files are given, the destination must be an directory.
Returns:
mapping from new names to old names.

execute

public Map<File,File> execute(File... files)


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.