public class FileToNameTransformer extends Object implements FunctionTransformer
Constructor and Description |
---|
FileToNameTransformer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAbsolute()
If true will return the absolute path of the file
|
void |
setAbsolute(boolean absolute)
If true will return the absolute path of the file
|
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public boolean isAbsolute()
public void setAbsolute(boolean absolute)
Copyright © 2018. All rights reserved.