net.coobird.thumbnailator
Class Thumbnails.Rename

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.