|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mucommander.job.FileJob
com.mucommander.job.TransferFileJob
com.mucommander.job.AbstractCopyJob
com.mucommander.job.MoveJob
com.mucommander.job.BatchRenameJob
public class BatchRenameJob
This job renames a group of files to new names defined by Batch-Rename Dialog.
| Field Summary |
|---|
| Fields inherited from class com.mucommander.job.MoveJob |
|---|
renameMode |
| Fields inherited from class com.mucommander.job.AbstractCopyJob |
|---|
append, archiveToOptimize, baseDestFolder, defaultFileExistsAction, errorDialogTitle, isOptimizingArchive, newName |
| Fields inherited from class com.mucommander.job.FileJob |
|---|
APPEND_ACTION, APPEND_TEXT, baseSourceFolder, CANCEL_ACTION, CANCEL_TEXT, currentFile, currentFileIndex, currentFilename, files, FINISHED, INTERRUPTED, mainFrame, nbFiles, NOT_STARTED, PAUSED, progressDialog, RETRY_ACTION, RETRY_TEXT, RUNNING, SKIP_ACTION, SKIP_TEXT |
| Constructor Summary | |
|---|---|
BatchRenameJob(ProgressDialog progressDialog,
MainFrame mainFrame,
FileSet files,
java.util.List newNames)
|
|
| Method Summary | |
|---|---|
protected boolean |
processFile(AbstractFile file,
java.lang.Object recurseParams)
Moves recursively the given file or folder. |
| Methods inherited from class com.mucommander.job.MoveJob |
|---|
getStatusString, hasFolderChanged, jobCompleted |
| Methods inherited from class com.mucommander.job.AbstractCopyJob |
|---|
checkForCollision, createDestinationFile, optimizeArchive |
| Methods inherited from class com.mucommander.job.FileJob |
|---|
addFileJobListener, getCurrentFileIndex, getCurrentFilename, getEffectiveJobTime, getEndDate, getNbFiles, getPausedTime, getPauseStartDate, getStartDate, getState, interrupt, jobStarted, refreshTables, removeFileJobListener, run, selectFileWhenFinished, setAutoUnmark, setPaused, setState, showErrorDialog, showErrorDialog, start, waitForUserResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchRenameJob(ProgressDialog progressDialog,
MainFrame mainFrame,
FileSet files,
java.util.List newNames)
| Method Detail |
|---|
protected boolean processFile(AbstractFile file,
java.lang.Object recurseParams)
MoveJob
processFile in class MoveJobfile - the file or folder to moverecurseParams - destination folder where the given file will be moved (null for top level files)
true if the file has been moved completly (copied + deleted).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard