Name

adams.flow.transformer.FileExtension


Synopsis

Extracts the file extension from the file (the part after the '.').
If no dot is in the file name, then an empty string gets forwarded.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[], java.io.File, java.io.File[]
- output: java.lang.String, java.lang.String[]


See also

Options