Package | Description |
---|---|
net.sf.layoutParser.processor |
Package in charge of parsing and formating data.
The main class in this package is the ClassicLayoutProcessor which is the "interface"of this framework with the user. |
net.sf.layoutParser.typeHandler |
Package containing all the bundled plugins of the framework.
These plugins should support all the basic types in J2SE. |
Modifier and Type | Method and Description |
---|---|
String |
ListProcessor.format(Object field)
Formata o campo passado, de acordo com o formato especificado
por este item.
|
String |
ItemProcessor.format(Object field)
Formats the field using
EntryProcessor.entry information. |
abstract String |
EntryProcessor.format(Object field)
Format's the object into positional data following the processor
EntryProcessor.entry properties. |
Modifier and Type | Method and Description |
---|---|
String |
BooleanTypeHandler.format(Boolean data,
String format,
String filler,
int size) |
String |
DateTypeHandler.format(Date data,
String format,
String filler,
int size) |
String |
NumberTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
LongTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
IntegerTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
FloatTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
DoubleTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
BigIntegerTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
BigDecimalTypeHandler.format(Number data,
String format,
String filler,
int size) |
String |
StringBufferTypeHandler.format(StringBuffer data,
String format,
String filler,
int size) |
String |
StringTypeHandler.format(String data,
String format,
String filler,
int size) |
String |
TypeHandler.format(T data,
String format,
String filler,
int size)
Must convert the target object to its string representation
to be used on the file.
|
String |
BaseTypeHandler.format(T data,
String format,
String filler,
int size) |
Copyright © 2014. All Rights Reserved.