|
CSVObjects Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CSVFieldFormatter
Main Interface for a CSV field formatter. This interface needs to be implemented by the actual formatter implementations in order to be recognized by the Framework.
Default implementations are available for common formatting requirements in the Framework, and are present in this package. See the package overview for details.
CSVFormatterFactory
Method Summary | |
---|---|
String |
format(String value)
Formats the specified CSV field value and returns the formatted result. |
Method Detail |
---|
String format(String value)
value
- the CSV field value to format
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |