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.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 |
---|---|
void |
MaskBuilder.build(BaseNameSpaceTO layoutNameSpace,
NodeList nodes)
Parses all the nodes instantiating the masks and putting them into the LayoutCatalog.
|
Modifier and Type | Method and Description |
---|---|
LayoutTO |
LayoutCatalog.getLayout(BaseNameSpaceTO name)
Retrieve's a layout according to the base name.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryTO<T>
Carries the configuration for a single item in the layout, instructing
the framework on how that piece of data must be read or written to the
file.
|
class |
ItemTO<T>
An entry which is mapped in the <item ...>
|
class |
LayoutTO |
class |
ListTO<T> |
class |
MaskTO |
Modifier and Type | Method and Description |
---|---|
int |
EntryTO.compareTo(BaseNameSpaceTO that) |
int |
BaseNameSpaceTO.compareTo(BaseNameSpaceTO that) |
boolean |
BaseNameSpaceTO.equivalent(BaseNameSpaceTO other)
Verify that this object is equivalent to the object given as
argument, that is, it's full name is the same except for the
version.
|
Modifier and Type | Method and Description |
---|---|
BaseNameSpaceTO |
CloseEndVersionLayoutSelector.getSeed()
The seed to be used as search comparison.
|
Modifier and Type | Method and Description |
---|---|
void |
CloseEndVersionLayoutSelector.setSeed(BaseNameSpaceTO seed)
Set the seed to be used as search comparison.
|
Copyright © 2014. All Rights Reserved.