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.to |
Package containing all the objects regarding the XML's files and their tags.
|
net.sf.layoutParser.typeHandler |
Package containing all the bundled plugins of the framework.
These plugins should support all the basic types in J2SE. |
Class and Description |
---|
EntryProcessor
Abstract delegation pattern to process any bean that extends
EntryTO .Thus far, only ItemTO and ListTO extends EntryTO soonly ItemProcessor and ListProcessor are concrete implementations of this class. |
LayoutException
Exceção raíz para erros no layout especificado.
|
LayoutProcessor
Layout processors handle the job of transform an domain objects to formated
string to be written to files and the extraction of data from the strings and
populate the domain objects.
|
MalformedInputException
Exceção lançada quando o campo lido pelo layout não conforma com o formato
especificado pela máscara do item.
|
MalformedOutputException
Exceção raíz referente a erros encontrados pela expressão regular definida.
|
Class and Description |
---|
LayoutProcessor
Layout processors handle the job of transform an domain objects to formated
string to be written to files and the extraction of data from the strings and
populate the domain objects.
|
Class and Description |
---|
MalformedInputException
Exceção lançada quando o campo lido pelo layout não conforma com o formato
especificado pela máscara do item.
|
MalformedOutputException
Exceção raíz referente a erros encontrados pela expressão regular definida.
|
Copyright © 2014. All Rights Reserved.