Package | Description |
---|---|
net.sf.layoutParser.build |
This is a implementation of the Builder pattern
where ConfigBuilder do the part of the Builder itself, and MaskBuilder , PluginBuilder , LayoutBuilder do the Director part of the pattern. |
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 |
BuilderException
Exceção raíz para erros com a manipulação de arquivos posicionais.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutException
Exceção raíz para erros no layout especificado.
|
class |
MalformedInputException
Exceção lançada quando o campo lido pelo layout não conforma com o formato
especificado pela máscara do item.
|
class |
MalformedOutputException
Exceção raíz referente a erros encontrados pela expressão regular definida.
|
Copyright © 2014. All Rights Reserved.