public class FileWriterTransformer extends Object implements org.apache.commons.collections.Transformer, Supplier<File>
textSupplier
that supplies String or anything that can be toString() or an OutputStream
Constructor and Description |
---|
FileWriterTransformer() |
Modifier and Type | Method and Description |
---|---|
File |
get() |
Supplier<String> |
getPathSupplier()
|
Supplier |
getTextSupplier()
|
void |
setPathSupplier(Supplier<String> pathSupplier)
|
void |
setTextSupplier(Supplier textSupplier)
|
Object |
transform(Object input) |
Copyright © 2018. All rights reserved.