Package | Description |
---|---|
net.sf.layoutParser.context |
This package holds classes that make up the context for the parser execution.
|
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.to.selector |
Modifier and Type | Method and Description |
---|---|
LayoutTO |
LayoutCatalog.getLayout(BaseNameSpaceTO name)
Retrieve's a layout according to the base name.
|
LayoutTO |
LayoutCatalog.getLayout(String fullname)
Same as
#getLayout(String, String) but instead of passing both partsof the name separated, the "fullname" is passed. |
LayoutTO |
LayoutCatalog.getLayoutTO(LayoutSelector selector)
Apply the selector to retrieve the matching layout.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LayoutTO> |
LayoutCatalog.getLayouts()
Recupera o
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutCatalog.addLayout(LayoutTO layout) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutCatalog.addAllLayouts(Map<String,LayoutTO> in) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutProcessor.setLayout(LayoutTO layout)
Allow configure the processor with a layout.
|
void |
CsvLayoutProcessor.setLayout(LayoutTO layout) |
void |
ClassicLayoutProcessor.setLayout(LayoutTO layout) |
void |
LayoutProcessor.validate(LayoutTO layout)
Allow the processor to validate the layout item according to its own
specific rules.
|
void |
CsvLayoutProcessor.validate(LayoutTO layout)
Validate the layout inspecting it for conformity with this rules:
All entries must have an index.
|
void |
ClassicLayoutProcessor.validate(LayoutTO layout)
Validate the layout inspecting it for conformity with this rules:
All entries must have an index.
The indexes must be contiguous.
All items must have a filler.
|
Modifier and Type | Method and Description |
---|---|
LayoutTO |
ListTO.getLayoutAssociation()
Recupera o
|
Modifier and Type | Method and Description |
---|---|
void |
ListTO.setLayoutAssociation(LayoutTO layoutAssociation)
Configura o
|
Modifier and Type | Method and Description |
---|---|
LayoutTO |
LayoutSelector.select(Collection<LayoutTO> layouts)
Must choose from the given list of layouts the layout that matches
the selector rules.
|
LayoutTO |
FilterSelector.select(Collection<LayoutTO> layouts) |
LayoutTO |
CloseEndVersionLayoutSelector.select(Collection<LayoutTO> layouts) |
Modifier and Type | Method and Description |
---|---|
Collection<LayoutTO> |
TypeFilter.filter(Collection<LayoutTO> layouts) |
Collection<LayoutTO> |
LayoutFilter.filter(Collection<LayoutTO> layouts)
Filter a collection of layouts and return a sub-set of
layouts.
|
Collection<LayoutTO> |
FieldMatcherFilter.filter(Collection<LayoutTO> layouts) |
Collection<LayoutTO> |
CloseUpperVersionFilter.filter(Collection<LayoutTO> layouts) |
Modifier and Type | Method and Description |
---|---|
Collection<LayoutTO> |
TypeFilter.filter(Collection<LayoutTO> layouts) |
Collection<LayoutTO> |
LayoutFilter.filter(Collection<LayoutTO> layouts)
Filter a collection of layouts and return a sub-set of
layouts.
|
Collection<LayoutTO> |
FieldMatcherFilter.filter(Collection<LayoutTO> layouts) |
Collection<LayoutTO> |
CloseUpperVersionFilter.filter(Collection<LayoutTO> layouts) |
LayoutTO |
LayoutSelector.select(Collection<LayoutTO> layouts)
Must choose from the given list of layouts the layout that matches
the selector rules.
|
LayoutTO |
FilterSelector.select(Collection<LayoutTO> layouts) |
LayoutTO |
CloseEndVersionLayoutSelector.select(Collection<LayoutTO> layouts) |
Copyright © 2014. All Rights Reserved.