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. |
Modifier and Type | Class and Description |
---|---|
class |
ItemProcessor
Implementation of a processor of
ItemTO 's to parse and format them from and into positional string data. |
class |
ListProcessor
Classe que representa um item em layouts de escrita ou leitura de dados
formatados em layouts posicionais.
|
Modifier and Type | Method and Description |
---|---|
static EntryProcessor<?> |
EntryProcessor.getInstance(EntryTO<?> entry)
Instantiation method that resolves which type of concrete processor should be retrieved.
If the entry passed to the method is a instanceof ItemTO then a ItemProcessor should be retrieved, otherwise a ListProcessor is returned. |
Copyright © 2014. All Rights Reserved.