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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicLayoutProcessor
LĂȘ e escreve o layout para uma stream de dados.
|
class |
CsvLayoutProcessor
Implementation of layout processor that read from CSV files and write in CSV format instead of using
the positional approach.
|
Modifier and Type | Method and Description |
---|---|
LayoutProcessor |
ProcessorBuilder.getProcessorFor(BaseNameSpaceTO layoutName)
Retrieve the processor and layout for a given layoutName.
|
LayoutProcessor |
ProcessorBuilder.getProcessorFor(BaseNameSpaceTO layoutName,
Class<? extends LayoutProcessor> processorClass)
Retrieve the processor and layout for a given layoutName.
|
LayoutProcessor |
ProcessorBuilder.getProcessorFor(LayoutSelector selector)
Retrieve the processor and layout that matches the selector rule.
|
Modifier and Type | Method and Description |
---|---|
LayoutProcessor |
ProcessorBuilder.getProcessorFor(BaseNameSpaceTO layoutName,
Class<? extends LayoutProcessor> processorClass)
Retrieve the processor and layout for a given layoutName.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LayoutProcessor> |
LayoutTO.getDefaultProcessor()
The default layout processor that should be used to handle this layout.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutTO.setDefaultProcessor(Class<? extends LayoutProcessor> defaultProcessor)
The default layout processor that should be used to handle this layout.
|
Copyright © 2014. All Rights Reserved.