com.aragost.javahg.commands
Class RenameCommand
java.lang.Object
com.aragost.javahg.internals.AbstractCommand
com.aragost.javahg.commands.flags.RenameCommandFlags
com.aragost.javahg.commands.RenameCommand
public class RenameCommand
- extends RenameCommandFlags
- See Also:
CopyCommand
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 |
RenameCommand
public RenameCommand(Repository repository)
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.