net.coobird.thumbnailator
Class Thumbnails.Rename
java.lang.Object
net.coobird.thumbnailator.Thumbnails.Rename
- Enclosing class:
- Thumbnails
Deprecated. This class has been moved to the
Rename
class, and is subject to removal
in future versions of Thumbnailator.
@Deprecated
public abstract static class Thumbnails.Rename
- extends Object
This class is used to rename file names.
- Author:
- coobird
Method Summary |
abstract String |
apply(String name)
Deprecated. Applies the function performed by this Rename on the
specified name. |
apply
public abstract String apply(String name)
- Deprecated.
- Applies the function performed by this
Rename
on the
specified name.
- Parameters:
name
- Name to apply the function on.
- Returns:
- The name after the function has been applied.