Package de.aikiit.fotorenamer.image
Class RemoveExifPrefixRenamer
java.lang.Object
de.aikiit.fotorenamer.image.RemoveExifPrefixRenamer
- All Implemented Interfaces:
Runnable
This class rerenames files in order to be able to play them back onto a camera
device that is not able to deal with long filenames.
- Version:
- 2004-01-08
- Author:
- hirsch, 08.12.2003
-
Constructor Summary
ConstructorDescriptionRemoveExifPrefixRenamer
(String directory) Main constructor that takes a directory to work on. -
Method Summary
-
Constructor Details
-
RemoveExifPrefixRenamer
public RemoveExifPrefixRenamer(String directory) throws InvalidDirectoryException, NoFilesFoundException Main constructor that takes a directory to work on.- Parameters:
directory
- Directory to perform operation on.- Throws:
InvalidDirectoryException
- If directory cannot be accessed properly.NoFilesFoundException
- If directory is empty.
-
-
Method Details