Class ValueFormatBuilder

java.lang.Object
scriptella.text.ValueFormatBuilder

public class ValueFormatBuilder extends Object
Builder class for constructing Format instances based on the following parameters:
  • type - built-in type name, i.e. timestamp, number, date, time etc
  • className - name of the custom sub-class of Format
  • pattern - pattern to use for a specified type
  • locale - locale to use for formatting
Since:
1.1
Author:
Fyodor Kupolov