A B C D E F G H I L M N P R S T U V W X 

A

addAlias(String, Class) - Method in class net.sf.layoutParser.context.AliasCatalog
Create an alias with name for a type given.
addAllLayouts(Map<String, LayoutTO>) - Method in class net.sf.layoutParser.context.LayoutCatalog
 
addAllMasks(Map<String, MaskTO>) - Method in class net.sf.layoutParser.context.MaskCatalog
 
addAllPlugins(Map<Class, TypeHandler>) - Method in class net.sf.layoutParser.context.PluginCatalog
 
addDefault(Class<? extends Object>, String, String) - Method in interface net.sf.layoutParser.to.defaults.DefaultProvider
Add default value for a given property and data type.
addDefault(Class<? extends Object>, String, String) - Method in class net.sf.layoutParser.to.defaults.MapDefaultProvider
 
addLayout(LayoutTO) - Method in class net.sf.layoutParser.context.LayoutCatalog
 
addMask(MaskTO) - Method in class net.sf.layoutParser.context.MaskCatalog
 
addPlugin(Class, TypeHandler) - Method in class net.sf.layoutParser.context.PluginCatalog
 
afterFormat(StringBuffer, Object, EntryTO, TypeHandler<?>, MaskTO) - Method in class net.sf.layoutParser.util.callback.LayoutListener
 
afterParse(String, Object, EntryTO, TypeHandler<?>, MaskTO) - Method in class net.sf.layoutParser.util.callback.LayoutListener
 
ALIAS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"alias"
AliasBuilder - Class in net.sf.layoutParser.build
Builder of the aliases for the catalog.
AliasBuilder(AliasCatalog) - Constructor for class net.sf.layoutParser.build.AliasBuilder
 
AliasCatalog - Class in net.sf.layoutParser.context
Class that handles the management of aliases across the build of the parsers.
AliasCatalog() - Constructor for class net.sf.layoutParser.context.AliasCatalog
 
ALIASES - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"//aliases/alias"
ALIGNMENT - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"alignment"
Alignment - Enum in net.sf.layoutParser.to
Enumeração para o alinhamento de campos no layout.

B

BaseLocalizedException - Exception in net.sf.layoutParser.exception
This is the base exception for all concrete exceptions implemented in the framework.
BaseLocalizedException() - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
 
BaseLocalizedException(ExceptionKey) - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
Create's a new exception with the message that matches the key in the bundle exception file.
BaseLocalizedException(ExceptionKey, Object[]) - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
Create's a new exception with the message that matches the key in the bundle exception file.
BaseLocalizedException(ExceptionKey, Object[], Throwable) - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
Create's a new exception with the message that matches the key in the bundle exception file.
BaseLocalizedException(ExceptionKey, Throwable) - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
Create's a new exception with the message that matches the key in the bundle exception file.
BaseLocalizedException(Throwable) - Constructor for exception net.sf.layoutParser.exception.BaseLocalizedException
Create a new base exception that encapsulates a root exception.
BaseNameSpaceTO - Class in net.sf.layoutParser.to
 
BaseNameSpaceTO() - Constructor for class net.sf.layoutParser.to.BaseNameSpaceTO
 
BaseTypeHandler<T> - Class in net.sf.layoutParser.typeHandler
Serves as a template method to the type handlers taking care of the filling and alignment.
BaseTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.BaseTypeHandler
 
beforeFormat(StringBuffer, Object, EntryTO, TypeHandler<?>, MaskTO) - Method in class net.sf.layoutParser.util.callback.LayoutListener
 
beforeParse(String, Object, EntryTO, TypeHandler<?>, MaskTO) - Method in class net.sf.layoutParser.util.callback.LayoutListener
 
BigDecimalTypeHandler - Class in net.sf.layoutParser.typeHandler
 
BigDecimalTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.BigDecimalTypeHandler
 
BigIntegerTypeHandler - Class in net.sf.layoutParser.typeHandler
 
BigIntegerTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.BigIntegerTypeHandler
 
BooleanTypeHandler - Class in net.sf.layoutParser.typeHandler
 
BooleanTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.BooleanTypeHandler
 
build(NodeList) - Method in class net.sf.layoutParser.build.AliasBuilder
Extract the aliases from the alias node.
build(NodeList) - Method in interface net.sf.layoutParser.build.Builder
Build the due part from the nodes given.
build(NodeList) - Method in class net.sf.layoutParser.build.DefaultsBuilder
Parses all the nodes instantiating the defaults and put them into the LayoutCatalog.
build(NodeList) - Method in class net.sf.layoutParser.build.LayoutBuilder
Parse and instantiate all layouts contained in the nodes.
After all the layouts are parsed, it goes through all layouts, and checks if there's a ListTO in them.
If there is, then the object is referenced in the ListTO.
build(BaseNameSpaceTO, NodeList) - Method in class net.sf.layoutParser.build.MaskBuilder
Parses all the nodes instantiating the masks and putting them into the LayoutCatalog.
build(NodeList) - Method in class net.sf.layoutParser.build.MaskBuilder
 
build(NodeList) - Method in class net.sf.layoutParser.build.PluginBuilder
Parses all the nodes instantiating the plugins and put them into the LayoutCatalog.
Builder - Interface in net.sf.layoutParser.build
Define the builder modules for the config.
BuilderException - Exception in net.sf.layoutParser.build
Exceção raíz para erros com a manipulação de arquivos posicionais.
BuilderException() - Constructor for exception net.sf.layoutParser.build.BuilderException
Constroi uma exceção padrão.
BuilderException(ExceptionKey) - Constructor for exception net.sf.layoutParser.build.BuilderException
Cria uma exceção com uma mensagem explicando a causa.
BuilderException(ExceptionKey, Object[]) - Constructor for exception net.sf.layoutParser.build.BuilderException
Cria uma exceção com uma mensagem explicando a causa.
BuilderException(ExceptionKey, Object[], Throwable) - Constructor for exception net.sf.layoutParser.build.BuilderException
 
BuilderException(ExceptionKey, Throwable) - Constructor for exception net.sf.layoutParser.build.BuilderException
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
BuilderException(Throwable) - Constructor for exception net.sf.layoutParser.build.BuilderException
Cria uma exceção com a causa encapsulada.
BuildFile - Class in net.sf.layoutParser.util.file
Classe de geração de arquivos para a plataforma alta.
BuildFile(DataGenerator) - Constructor for class net.sf.layoutParser.util.file.BuildFile
Construtor padrão.

C

CenterFillingHandler - Class in net.sf.layoutParser.typeHandler
Implements the filling's handling of fields right aligned.
CenterFillingHandler() - Constructor for class net.sf.layoutParser.typeHandler.CenterFillingHandler
 
checkLayout(String, String) - Static method in class net.sf.layoutParser.util.xml.validation.XsdChecker
 
CLASS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"class"
ClassicLayoutProcessor - Class in net.sf.layoutParser.processor
Lê e escreve o layout para uma stream de dados.
ClassicLayoutProcessor() - Constructor for class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
CloseEndVersionLayoutSelector - Class in net.sf.layoutParser.to.selector
A layout selector that chooses from layouts within the same name space, with the same name one that has the greatest version that is equal or smaller than the seed version.
CloseEndVersionLayoutSelector() - Constructor for class net.sf.layoutParser.to.selector.CloseEndVersionLayoutSelector
 
CloseUpperVersionFilter - Class in net.sf.layoutParser.to.selector
Select at most one layout of version whose upper boundary is closed on the version number given.
CloseUpperVersionFilter() - Constructor for class net.sf.layoutParser.to.selector.CloseUpperVersionFilter
 
CODE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
"code"
compare(EntryTO<?>, EntryTO<?>) - Method in class net.sf.layoutParser.build.EntryIndexComparator
 
compare(Class<? extends Object>, Class<? extends Object>) - Method in class net.sf.layoutParser.to.defaults.InheritanceComparator
 
compareTo(BaseNameSpaceTO) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
 
compareTo(BaseNameSpaceTO) - Method in class net.sf.layoutParser.to.EntryTO
 
ConfigBuilder - Class in net.sf.layoutParser.build
Root class of the framework to load the layouts files.
Only a call to the constructor is enough in order to the framework to build all
layouts, plugins and type handlers described in the configuration file (passed as a parameter).
ConfigBuilder(String) - Constructor for class net.sf.layoutParser.build.ConfigBuilder
Default constructor for the class.
ConstantCatalog - Class in net.sf.layoutParser.constants
Class containing some constants that are considered "global" to the project.
ConstantCatalog() - Constructor for class net.sf.layoutParser.constants.ConstantCatalog
 
ConstantCatalog.XMLEntryNames - Class in net.sf.layoutParser.constants
Strings that are part of the item a list tags in XML's.
ConstantCatalog.XMLEntryNames() - Constructor for class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
 
ConstantCatalog.XMLLayoutNames - Class in net.sf.layoutParser.constants
Strings that are part of the layout tag in XML's.
ConstantCatalog.XMLLayoutNames() - Constructor for class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
 
ConstantCatalog.XPathConstants - Class in net.sf.layoutParser.constants
XPath query strings
ConstantCatalog.XPathConstants() - Constructor for class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
 
CsvLayoutProcessor - Class in net.sf.layoutParser.processor
Implementation of layout processor that read from CSV files and write in CSV format instead of using the positional approach.
CsvLayoutProcessor() - Constructor for class net.sf.layoutParser.processor.CsvLayoutProcessor
 

D

DataGenerator - Interface in net.sf.layoutParser.util.file
Interface para gerar arquivos de plataforma alta.
DateTypeHandler - Class in net.sf.layoutParser.typeHandler
TODO: Comentar esta classe
DateTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.DateTypeHandler
 
decimalFormat - Variable in class net.sf.layoutParser.typeHandler.NumberTypeHandler
 
DEFAULT - Static variable in class net.sf.layoutParser.build.DefaultsBuilder
"default"
defaultFor(Class<? extends Object>, String) - Method in interface net.sf.layoutParser.to.defaults.DefaultProvider
Given the data type and the layout property for which we want the default value, return the value, or null if none exists.
defaultFor(Class<? extends Object>, String) - Method in class net.sf.layoutParser.to.defaults.MapDefaultProvider
 
DefaultProvider - Interface in net.sf.layoutParser.to.defaults
The task of this is to provide default values for layout elements that where not provided consistent with values used in the xml configuration.
DEFAULTS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"//defaults/default"
DefaultsBuilder - Class in net.sf.layoutParser.build
Director part of the Builder pattern.
This class is responsible for building all the defaults for the framework.
DOT - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"."
DoubleTypeHandler - Class in net.sf.layoutParser.typeHandler
TODO: Comentar esta classe
DoubleTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.DoubleTypeHandler
 

E

entry - Variable in class net.sf.layoutParser.processor.EntryProcessor
EntryTO that the subclass will work with.
This object is initialised when the EntryProcessor.getInstance(EntryTO) is called.
EntryIndexComparator - Class in net.sf.layoutParser.build
Compares entries indexes.
EntryIndexComparator() - Constructor for class net.sf.layoutParser.build.EntryIndexComparator
 
EntryProcessor<T extends EntryTO<?>> - Class in net.sf.layoutParser.processor
Abstract delegation pattern to process any bean that extends EntryTO.
Thus far, only ItemTO and ListTO extends EntryTO so
only ItemProcessor and ListProcessor are concrete implementations of this class.
EntryProcessor(T) - Constructor for class net.sf.layoutParser.processor.EntryProcessor
Initialises the entry object.
EntryTO<T> - Class in net.sf.layoutParser.to
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.
EntryTO() - Constructor for class net.sf.layoutParser.to.EntryTO
 
equals(Object) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
 
equivalent(BaseNameSpaceTO) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
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.
ExceptionKey - Enum in net.sf.layoutParser.exception
This enum should have all the messages contained in the bundled exception properties files.
execute() - Method in class net.sf.layoutParser.util.file.BuildFile
Método que executa a geração do arquivo.
EXTENDS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"extends"

F

FieldMatcherFilter - Class in net.sf.layoutParser.to.selector
Filters layouts whose field conform to a given regular expression.
FieldMatcherFilter() - Constructor for class net.sf.layoutParser.to.selector.FieldMatcherFilter
Do nothing constructor, pattern and field must be set prior to use.
FieldMatcherFilter(Pattern, String) - Constructor for class net.sf.layoutParser.to.selector.FieldMatcherFilter
Initialises the matcher with all data needed.
FileMakerException - Exception in net.sf.layoutParser.util.file
Indica erros na camada de negócio.
FileMakerException() - Constructor for exception net.sf.layoutParser.util.file.FileMakerException
Construtor padrão.
FileMakerException(String) - Constructor for exception net.sf.layoutParser.util.file.FileMakerException
Cria uma exceção com uma mensagem descrevendo o problema.
FileMakerException(String, Throwable) - Constructor for exception net.sf.layoutParser.util.file.FileMakerException
Cria uma exceção com uma mensagem descritiva encapsulando a exceção causa.
FileMakerException(Throwable) - Constructor for exception net.sf.layoutParser.util.file.FileMakerException
Cria uma exceção encapsulando a exceção causa.
fileName() - Method in interface net.sf.layoutParser.util.file.DataGenerator
 
filePathAndName() - Method in interface net.sf.layoutParser.util.file.DataGenerator
Retorna o nome do arquivo para o qual os dados são gerados.
fill(StringBuffer, String, int) - Method in class net.sf.layoutParser.typeHandler.CenterFillingHandler
 
fill(StringBuffer, String, int) - Method in interface net.sf.layoutParser.typeHandler.FillingHandler
Fill the remaining space with the content of 'fill' up to size.
fill(StringBuffer, String, int) - Method in class net.sf.layoutParser.typeHandler.LeftFillingHandler
 
fill(StringBuffer, String, int) - Method in class net.sf.layoutParser.typeHandler.RightFillingHandler
 
FILLER - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"filler"
FillingHandler - Interface in net.sf.layoutParser.typeHandler
Handle the filling on data type conversion.
filter(Collection<LayoutTO>) - Method in class net.sf.layoutParser.to.selector.CloseUpperVersionFilter
 
filter(Collection<LayoutTO>) - Method in class net.sf.layoutParser.to.selector.FieldMatcherFilter
 
filter(Collection<LayoutTO>) - Method in interface net.sf.layoutParser.to.selector.LayoutFilter
Filter a collection of layouts and return a sub-set of layouts.
filter(Collection<LayoutTO>) - Method in class net.sf.layoutParser.to.selector.TypeFilter
 
FilterSelector - Class in net.sf.layoutParser.to.selector
Select a layout according to a chain of filters.
FilterSelector(LayoutFilter...) - Constructor for class net.sf.layoutParser.to.selector.FilterSelector
 
find(String) - Static method in enum net.sf.layoutParser.to.Alignment
 
FloatTypeHandler - Class in net.sf.layoutParser.typeHandler
 
FloatTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.FloatTypeHandler
 
format(Object...) - Method in enum net.sf.layoutParser.build.messages.Messages
Format the message replacing the placeholders with the arguments.
FORMAT - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"format"
format(Map<String, Object>) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
format(Object) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
format(Map<String, Object>) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
 
format(Object) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
 
format(Object) - Method in class net.sf.layoutParser.processor.EntryProcessor
Format's the object into positional data following the processor EntryProcessor.entry properties.
format(Object) - Method in class net.sf.layoutParser.processor.ItemProcessor
Formats the field using EntryProcessor.entry information.
format(Map<String, Object>) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Format the data to its string format so it can be written out.
format(Object) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Format the data to its string format so it can be written out.
format(Object) - Method in class net.sf.layoutParser.processor.ListProcessor
Formata o campo passado, de acordo com o formato especificado por este item.
format(T, String, String, int) - Method in class net.sf.layoutParser.typeHandler.BaseTypeHandler
 
format(T, String, int) - Method in class net.sf.layoutParser.typeHandler.BaseTypeHandler
Shall format the data, regardless of filling as the filler will be added after by the BaseTypeHandler.
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.BigDecimalTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.BigIntegerTypeHandler
 
format(Boolean, String, String, int) - Method in class net.sf.layoutParser.typeHandler.BooleanTypeHandler
 
format(Date, String, String, int) - Method in class net.sf.layoutParser.typeHandler.DateTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.DoubleTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.FloatTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.IntegerTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.LongTypeHandler
 
format(Number, String, String, int) - Method in class net.sf.layoutParser.typeHandler.NumberTypeHandler
 
format(StringBuffer, String, String, int) - Method in class net.sf.layoutParser.typeHandler.StringBufferTypeHandler
 
format(String, String, String, int) - Method in class net.sf.layoutParser.typeHandler.StringTypeHandler
 
format(T, String, String, int) - Method in interface net.sf.layoutParser.typeHandler.TypeHandler
Must convert the target object to its string representation to be used on the file.

G

generateBulk() - Method in interface net.sf.layoutParser.util.file.DataGenerator
Método chamado para gerar o bulk do arquivo.
generateFileHeader() - Method in interface net.sf.layoutParser.util.file.DataGenerator
Método chamado para a geração do header do arquivo.
generateFileTrailer() - Method in interface net.sf.layoutParser.util.file.DataGenerator
Método chamado para a geração do trailer do arquivo.
getAliases() - Method in class net.sf.layoutParser.context.AliasCatalog
 
getAliases() - Method in class net.sf.layoutParser.context.LayoutCatalog
 
getAlignment() - Method in class net.sf.layoutParser.to.ItemTO
The alignment to be used when filling up the data to reach size.
getAlreadyExtended() - Method in class net.sf.layoutParser.to.LayoutTO
 
getBlockSize() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
getBytes() - Method in class net.sf.layoutParser.util.file.BuildFile
Método que executa a geração do arquivo.
getClassFor(String) - Method in class net.sf.layoutParser.context.AliasCatalog
Get the class for the given name, using alias if fitting.
getClassNameFor(String) - Method in class net.sf.layoutParser.context.AliasCatalog
Fetch the name of the class if it is an alias, else gives the name itself.
getClassType() - Method in class net.sf.layoutParser.to.LayoutTO
Recupera o
getDefaultProcessor() - Method in class net.sf.layoutParser.to.LayoutTO
The default layout processor that should be used to handle this layout.
getDefaults() - Method in class net.sf.layoutParser.context.LayoutCatalog
 
getExpression() - Method in class net.sf.layoutParser.build.AliasBuilder
 
getExpression() - Method in interface net.sf.layoutParser.build.Builder
Must return the XPath expression that is to be used to fetch the data for the builder.
getExpression() - Method in class net.sf.layoutParser.build.DefaultsBuilder
 
getExpression() - Method in class net.sf.layoutParser.build.LayoutBuilder
 
getExpression() - Method in class net.sf.layoutParser.build.MaskBuilder
 
getExpression() - Method in class net.sf.layoutParser.build.PluginBuilder
 
getExtendsFrom() - Method in class net.sf.layoutParser.to.LayoutTO
 
getField() - Method in class net.sf.layoutParser.to.selector.FieldMatcherFilter
The field of the layout that must match the pattern.
getFiller() - Method in class net.sf.layoutParser.to.EntryTO
The filler to be used with the data if it is needed to supplement the data so that it occupies the full size.
getFillerChecker() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
getFormat() - Method in class net.sf.layoutParser.to.ItemTO
The format mask to be used with the formatting of the type.
getFullName() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
 
getFullName(String, String) - Static method in class net.sf.layoutParser.to.BaseNameSpaceTO
 
getIgnoreNonClassParameter() - Method in class net.sf.layoutParser.to.LayoutTO
Recupera o
getIndex() - Method in class net.sf.layoutParser.to.EntryTO
The index of the entry in the layout allowing to position the entry relative to the rest of the entries.
getInstance() - Static method in class net.sf.layoutParser.build.DefaultsBuilder
Plain instantiation method.
getInstance() - Static method in class net.sf.layoutParser.build.LayoutBuilder
Plain instantiation method.
getInstance() - Static method in class net.sf.layoutParser.context.LayoutCatalog
 
getInstance(EntryTO<?>) - Static method in class net.sf.layoutParser.processor.EntryProcessor
Instantiation method that resolves which type of concrete processor should be retrieved.
If the entry passed to the method is a instanceof ItemTO then a ItemProcessor
should be retrieved, otherwise a ListProcessor is returned.
getLayout(BaseNameSpaceTO) - Method in class net.sf.layoutParser.context.LayoutCatalog
Retrieve's a layout according to the base name.
getLayout(String) - Method in class net.sf.layoutParser.context.LayoutCatalog
Same as #getLayout(String, String) but instead of passing both parts
of the name separated, the "fullname" is passed.
getLayoutAssociation() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
getLayoutNameAssociation() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
getLayouts() - Method in class net.sf.layoutParser.context.LayoutCatalog
Recupera o
getLayoutTO(LayoutSelector) - Method in class net.sf.layoutParser.context.LayoutCatalog
Apply the selector to retrieve the matching layout.
getList() - Method in class net.sf.layoutParser.to.LayoutTO
Recupera o
getListener() - Method in class net.sf.layoutParser.to.ItemTO
 
getLocale() - Method in class net.sf.layoutParser.context.LayoutCatalog
 
getMask(String, String) - Method in class net.sf.layoutParser.context.MaskCatalog
Retrieve's a mask according to their full name: namePrefix: The file name space nameSufix: The mask name The namePrefix for masks (and only masks) can be null when the mask is defined globally (for all the layout files)
in the configuration file.
getMaskName() - Method in class net.sf.layoutParser.to.ItemTO
The name of the mask to be used for format validation.
getMasks() - Method in class net.sf.layoutParser.context.LayoutCatalog
 
getMasks() - Method in class net.sf.layoutParser.context.MaskCatalog
 
getNamePrefix() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
Recupera o
getNamespace() - Method in class net.sf.layoutParser.to.selector.FieldMatcherFilter
The pattern that is being used to filter the name spaces.
getNameSufix() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
Recupera o
getNullValue() - Method in class net.sf.layoutParser.to.ItemTO
The value that is to be understood as null and to be written out in case data object is null for this item.
getParseKey() - Method in class net.sf.layoutParser.build.AliasBuilder
 
getParseKey() - Method in interface net.sf.layoutParser.build.Builder
It must return the key that is to be used for the exception in case of parsin error.
getParseKey() - Method in class net.sf.layoutParser.build.DefaultsBuilder
 
getParseKey() - Method in class net.sf.layoutParser.build.LayoutBuilder
 
getParseKey() - Method in class net.sf.layoutParser.build.MaskBuilder
 
getParseKey() - Method in class net.sf.layoutParser.build.PluginBuilder
 
getPattern() - Method in class net.sf.layoutParser.to.MaskTO
Recupera o
getPlugin(Class) - Method in class net.sf.layoutParser.context.PluginCatalog
 
getPlugins() - Method in class net.sf.layoutParser.context.LayoutCatalog
Recupera o
getProcessorFor(LayoutSelector) - Method in class net.sf.layoutParser.processor.ProcessorBuilder
Retrieve the processor and layout that matches the selector rule.
getProcessorFor(BaseNameSpaceTO) - Method in class net.sf.layoutParser.processor.ProcessorBuilder
Retrieve the processor and layout for a given layoutName.
getProcessorFor(BaseNameSpaceTO, Class<? extends LayoutProcessor>) - Method in class net.sf.layoutParser.processor.ProcessorBuilder
Retrieve the processor and layout for a given layoutName.
getPropertyName() - Method in class net.sf.layoutParser.to.ItemTO
Recupera o
getSeed() - Method in class net.sf.layoutParser.to.selector.CloseEndVersionLayoutSelector
The seed to be used as search comparison.
getSeparator() - Method in class net.sf.layoutParser.to.LayoutTO
If the layout is being processed as a CSV this is used as the field separator.
getSize() - Method in class net.sf.layoutParser.to.EntryTO
The max size that the entry must occupy in the layout.
getSize() - Method in class net.sf.layoutParser.to.LayoutTO
 
getType() - Method in class net.sf.layoutParser.to.EntryTO
The java type to be created from the parsed string from the file.
getTypeHandler() - Method in class net.sf.layoutParser.to.EntryTO
The type handler to be used with this entry, it overrides more general type handlers if present.
getUseLayoutClassAttribute() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
getVersion() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
The version of the item.
getVersionBoundary() - Method in class net.sf.layoutParser.to.selector.CloseUpperVersionFilter
The upper version boundary being used to filter out the set.
getWrapper() - Method in class net.sf.layoutParser.to.LayoutTO
Wrapper to be used around entries when writing CSV files.

H

hasFullName() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
 
hashCode() - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
 

I

IGNORE_NON_CLASS_PARAMETER - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
"ignoreNonClassParameter"
INDEX - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"index"
InheritanceComparator - Class in net.sf.layoutParser.to.defaults
Define the inheritance order for classes, if something that is not in the same inheritance tree is given, the behaviour is unspecified.
InheritanceComparator(boolean) - Constructor for class net.sf.layoutParser.to.defaults.InheritanceComparator
Creates the comparator with inverted ordering, that is, from branches to roots.
InheritanceComparator() - Constructor for class net.sf.layoutParser.to.defaults.InheritanceComparator
 
IntegerTypeHandler - Class in net.sf.layoutParser.typeHandler
 
IntegerTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.IntegerTypeHandler
 
isAlias(String) - Method in class net.sf.layoutParser.context.AliasCatalog
Allow verification of the string to assert if it is an alias to type.
isSkipNullFilling() - Method in class net.sf.layoutParser.to.ItemTO
Tells if the filling should be skipped if the null values is being used.
isStopAtFirstFillerBlock() - Method in class net.sf.layoutParser.to.ListTO
Recupera o
ITEM - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
"item"
ItemProcessor - Class in net.sf.layoutParser.processor
Implementation of a processor of ItemTO's to parse and format them from and into positional string data.
ItemProcessor(ItemTO<?>) - Constructor for class net.sf.layoutParser.processor.ItemProcessor
ItemTO<T> - Class in net.sf.layoutParser.to
An entry which is mapped in the <item ...>
ItemTO() - Constructor for class net.sf.layoutParser.to.ItemTO
 

L

LAYOUT_ASSOCIATION - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"layoutAssociation"
LayoutBuilder - Class in net.sf.layoutParser.build
Director part of the Builder pattern.
This class is responsible for building all the layouts for the framework.
LayoutCatalog - Class in net.sf.layoutParser.context
This singleton holds all instanced LayoutTO's, EntryTO's, TypeHandler's and MaskTO's.
LayoutException - Exception in net.sf.layoutParser.processor
Exceção raíz para erros no layout especificado.
LayoutException() - Constructor for exception net.sf.layoutParser.processor.LayoutException
Constroi uma exceção padrão.
LayoutException(ExceptionKey) - Constructor for exception net.sf.layoutParser.processor.LayoutException
Cria uma exceção com uma mensagem explicando a causa.
LayoutException(ExceptionKey, Object[]) - Constructor for exception net.sf.layoutParser.processor.LayoutException
Cria uma exceção com uma mensagem explicando a causa.
LayoutException(ExceptionKey, Object[], Throwable) - Constructor for exception net.sf.layoutParser.processor.LayoutException
 
LayoutException(ExceptionKey, Throwable) - Constructor for exception net.sf.layoutParser.processor.LayoutException
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
LayoutException(Throwable) - Constructor for exception net.sf.layoutParser.processor.LayoutException
Cria uma exceção com a causa encapsulada.
LayoutFilter - Interface in net.sf.layoutParser.to.selector
Filter collections of layout according some criteria, must return a subset of the given set.
LayoutListener - Class in net.sf.layoutParser.util.callback
 
LayoutListener() - Constructor for class net.sf.layoutParser.util.callback.LayoutListener
 
LayoutProcessor - Interface in net.sf.layoutParser.processor
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.
LAYOUTS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"//layout"
LayoutSelector - Interface in net.sf.layoutParser.to.selector
Define rules for selecting layouts from the list of layouts.
LayoutTO - Class in net.sf.layoutParser.to
 
LayoutTO() - Constructor for class net.sf.layoutParser.to.LayoutTO
 
LeftFillingHandler - Class in net.sf.layoutParser.typeHandler
Implements the filling's handling of fields right aligned.
LeftFillingHandler() - Constructor for class net.sf.layoutParser.typeHandler.LeftFillingHandler
 
LIST - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
"list"
LISTENER - Static variable in class net.sf.layoutParser.build.LayoutBuilder
"listener"
ListProcessor - Class in net.sf.layoutParser.processor
Classe que representa um item em layouts de escrita ou leitura de dados formatados em layouts posicionais.
ListProcessor(ListTO<?>) - Constructor for class net.sf.layoutParser.processor.ListProcessor
 
ListTO<T> - Class in net.sf.layoutParser.to
 
ListTO() - Constructor for class net.sf.layoutParser.to.ListTO
 
LongTypeHandler - Class in net.sf.layoutParser.typeHandler
 
LongTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.LongTypeHandler
 

M

MalformedInputException - Exception in net.sf.layoutParser.processor
Exceção lançada quando o campo lido pelo layout não conforma com o formato especificado pela máscara do item.
MalformedInputException() - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
Constroi uma exceção padrão.
MalformedInputException(ExceptionKey) - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
Cria uma exceção com uma mensagem explicando a causa.
MalformedInputException(ExceptionKey, Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
MalformedInputException(Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
Cria uma exceção com a causa encapsulada.
MalformedInputException(ExceptionKey, Object[]) - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
 
MalformedInputException(ExceptionKey, Object[], Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedInputException
 
MalformedOutputException - Exception in net.sf.layoutParser.processor
Exceção raíz referente a erros encontrados pela expressão regular definida.
MalformedOutputException() - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
Constroi uma exceção padrão.
MalformedOutputException(ExceptionKey) - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
Cria uma exceção com uma mensagem explicando a causa.
MalformedOutputException(ExceptionKey, Object[]) - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
Cria uma exceção com uma mensagem explicando a causa.
MalformedOutputException(ExceptionKey, Object[], Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
 
MalformedOutputException(ExceptionKey, Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
MalformedOutputException(Throwable) - Constructor for exception net.sf.layoutParser.processor.MalformedOutputException
Cria uma exceção com a causa encapsulada.
MapDefaultProvider - Class in net.sf.layoutParser.to.defaults
 
MapDefaultProvider() - Constructor for class net.sf.layoutParser.to.defaults.MapDefaultProvider
 
MASK - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"mask"
MaskBuilder - Class in net.sf.layoutParser.build
Director part of the Builder pattern.
This class is responsible for building all the masks for the framework.
MaskBuilder(MaskCatalog) - Constructor for class net.sf.layoutParser.build.MaskBuilder
 
MaskCatalog - Class in net.sf.layoutParser.context
Holds the masks for the entries.
MaskCatalog() - Constructor for class net.sf.layoutParser.context.MaskCatalog
 
MASKS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"//maskDef/mask"
MaskTO - Class in net.sf.layoutParser.to
 
MaskTO() - Constructor for class net.sf.layoutParser.to.MaskTO
 
Messages - Enum in net.sf.layoutParser.build.messages
Handles the localisation of messaging.

N

NAME - Static variable in class net.sf.layoutParser.build.MaskBuilder
"name"
NAME - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"name"
NAME_SPACE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"//@nameSpace"
net.sf.layoutParser.build - package 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.build.messages - package net.sf.layoutParser.build.messages
 
net.sf.layoutParser.constants - package net.sf.layoutParser.constants
Package containing all the constants used on the framework.
net.sf.layoutParser.context - package net.sf.layoutParser.context
This package holds classes that make up the context for the parser execution.
net.sf.layoutParser.exception - package net.sf.layoutParser.exception
Package containing the base exceptions of the framework, which other exceptions inherit
these classes.
net.sf.layoutParser.processor - package 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 net.sf.layoutParser.to
Package containing all the objects regarding the XML's files and their tags.
net.sf.layoutParser.to.defaults - package net.sf.layoutParser.to.defaults
 
net.sf.layoutParser.to.selector - package net.sf.layoutParser.to.selector
 
net.sf.layoutParser.typeHandler - package net.sf.layoutParser.typeHandler
Package containing all the bundled plugins of the framework.
These plugins should support all the basic types in J2SE.
net.sf.layoutParser.util.annotation - package net.sf.layoutParser.util.annotation
 
net.sf.layoutParser.util.callback - package net.sf.layoutParser.util.callback
 
net.sf.layoutParser.util.file - package net.sf.layoutParser.util.file
 
net.sf.layoutParser.util.reflection - package net.sf.layoutParser.util.reflection
Contains all reflection utilities to manipulate bean objects.
net.sf.layoutParser.util.xml.validation - package net.sf.layoutParser.util.xml.validation
Contains classes to check XML's against XSD's.
NULL_FILLING_SKIP - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"nullFillSkip"
NULL_VALUE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"nullValue"
NumberTypeHandler - Class in net.sf.layoutParser.typeHandler
 
NumberTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.NumberTypeHandler
 

P

ParsableBean - Annotation Type in net.sf.layoutParser.util.annotation
 
parse(Reader) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
parse(Reader, T) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
parse(Reader) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
 
parse(Reader, T) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
 
parse(String) - Method in class net.sf.layoutParser.processor.EntryProcessor
Parse's the positional data into a java.lang.Object following the processor EntryProcessor.entry properties.
parse(String) - Method in class net.sf.layoutParser.processor.ItemProcessor
Parses the field using EntryProcessor.entry information.
parse(Reader) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Read data from the reader formatting it according to the layout.
parse(Reader, T) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Read data from the reader formatting it according to the layout, and return the appropriate object populated.
parse(String) - Method in class net.sf.layoutParser.processor.ListProcessor
Recupera este item do string passado, o string deve ter o tamanho especificado pelo tamanho do item.
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.BaseTypeHandler
 
parse(String, String) - Method in class net.sf.layoutParser.typeHandler.BaseTypeHandler
Shall parse the data from the string, according to format if any, and return the resulting data.
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.BigDecimalTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.BigIntegerTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.BooleanTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.DateTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.DoubleTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.FloatTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.IntegerTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.LongTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.NumberTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.StringBufferTypeHandler
 
parse(String, String, String) - Method in class net.sf.layoutParser.typeHandler.StringTypeHandler
 
parse(String, String, String) - Method in interface net.sf.layoutParser.typeHandler.TypeHandler
Parses a given string and generate the target object from it.
parseObject(Object) - Static method in class net.sf.layoutParser.util.reflection.PropertySetter
 
PARSER - Static variable in class net.sf.layoutParser.build.PluginBuilder
"parser"
PluginBuilder - Class in net.sf.layoutParser.build
Director part of the Builder pattern.
This class is responsible for building all the plugins for the framework.
PluginBuilder(AliasCatalog, PluginCatalog) - Constructor for class net.sf.layoutParser.build.PluginBuilder
Creates the plug-in builder with an alias catalog which will be queried for class alias and a plug-in catalog that will be populated with plug-ins.
PluginCatalog - Class in net.sf.layoutParser.context
Class that handles the management of the plug-ins used to handle type conversions.
PluginCatalog() - Constructor for class net.sf.layoutParser.context.PluginCatalog
 
PROCESSOR_CLASS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"defaultProcessorClass"
ProcessorBuilder - Class in net.sf.layoutParser.processor
Class responsible for creating instances of Layout processors.
ProcessorBuilder() - Constructor for class net.sf.layoutParser.processor.ProcessorBuilder
 
PropertySetter - Class in net.sf.layoutParser.util.reflection
Utility for setting beans fields and it's inner fields.
PropertySetter() - Constructor for class net.sf.layoutParser.util.reflection.PropertySetter
 

R

RESOURCE - Static variable in class net.sf.layoutParser.build.LayoutBuilder
"resource"
RightFillingHandler - Class in net.sf.layoutParser.typeHandler
Implements the filling's handling of fields left aligned.
RightFillingHandler() - Constructor for class net.sf.layoutParser.typeHandler.RightFillingHandler
 

S

SCHEMA_LANGUAGE - Static variable in class net.sf.layoutParser.util.xml.validation.XsdChecker
"http://java.sun.com/xml/jaxp/properties/schemaLanguage"
select(Collection<LayoutTO>) - Method in class net.sf.layoutParser.to.selector.CloseEndVersionLayoutSelector
 
select(Collection<LayoutTO>) - Method in class net.sf.layoutParser.to.selector.FilterSelector
 
select(Collection<LayoutTO>) - Method in interface net.sf.layoutParser.to.selector.LayoutSelector
Must choose from the given list of layouts the layout that matches the selector rules.
SEPARATOR - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"separator"
setAlignment(Alignment) - Method in class net.sf.layoutParser.to.ItemTO
The alignment to be used when filling up the data to reach size.
setAlreadyExtended(Boolean) - Method in class net.sf.layoutParser.to.LayoutTO
 
setBlockSize(int) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setClassType(String) - Method in class net.sf.layoutParser.to.LayoutTO
Configura o
setDefaultProcessor(Class<? extends LayoutProcessor>) - Method in class net.sf.layoutParser.to.LayoutTO
The default layout processor that should be used to handle this layout.
setExtendsFrom(String) - Method in class net.sf.layoutParser.to.LayoutTO
 
setField(String) - Method in class net.sf.layoutParser.to.selector.FieldMatcherFilter
The field of the layout that must match the pattern.
setFiller(String) - Method in class net.sf.layoutParser.to.EntryTO
The filler to be used with the data if it is needed to supplement the data so that it occupies the full size.
setFillerChecker(Pattern) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setFormat(String) - Method in class net.sf.layoutParser.to.ItemTO
The format mask to be used with the formatting of the type.
setIgnoreNonClassParameter(Boolean) - Method in class net.sf.layoutParser.to.LayoutTO
Configura o
setIndex(int) - Method in class net.sf.layoutParser.to.EntryTO
The index of the entry in the layout allowing to position the entry relative to the rest of the entries.
setLayout(LayoutTO) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
 
setLayout(LayoutTO) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
 
setLayout(LayoutTO) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Allow configure the processor with a layout.
setLayoutAssociation(LayoutTO) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setLayoutNameAssociation(String) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setList(List<EntryTO<?>>) - Method in class net.sf.layoutParser.to.LayoutTO
Configura o
setListener(LayoutListener) - Method in class net.sf.layoutParser.to.ItemTO
 
setLocale(Locale) - Method in class net.sf.layoutParser.context.LayoutCatalog
 
setLocale(String) - Method in class net.sf.layoutParser.context.LayoutCatalog
 
setMaskName(String) - Method in class net.sf.layoutParser.to.ItemTO
The name of the mask to be used for format validation.
setMasks(Map<String, MaskTO>) - Method in class net.sf.layoutParser.context.MaskCatalog
 
setNamePrefix(String) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
Configura o
setNameSufix(String) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
Configura o
setNestedProperty(Object, String, Object) - Static method in class net.sf.layoutParser.util.reflection.PropertySetter
Set the object field specified in fieldName with the given data.
setNullValue(String) - Method in class net.sf.layoutParser.to.ItemTO
The value that is to be understood as null and to be written out in case data object is null for this item.
setPattern(Pattern) - Method in class net.sf.layoutParser.to.MaskTO
Configura o
setPattern(Pattern) - Method in class net.sf.layoutParser.to.selector.FieldMatcherFilter
Set the pattern to be used with the namespace.
setPropertyName(String) - Method in class net.sf.layoutParser.to.ItemTO
Configura o
setSeed(BaseNameSpaceTO) - Method in class net.sf.layoutParser.to.selector.CloseEndVersionLayoutSelector
Set the seed to be used as search comparison.
setSeparator(String) - Method in class net.sf.layoutParser.to.LayoutTO
If the layout is being processed as a CSV this is used as the field separator.
setSize(int) - Method in class net.sf.layoutParser.to.EntryTO
The max size that the entry must occupy in the layout.
setSkipNullFilling(boolean) - Method in class net.sf.layoutParser.to.ItemTO
Configure to skip filling if null values are used.
setStopAtFirstFillerBlock(boolean) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setType(Class<T>) - Method in class net.sf.layoutParser.to.EntryTO
The java type to be created from the parsed string from the file.
setTypeHandler(TypeHandler<T>) - Method in class net.sf.layoutParser.to.EntryTO
The type handler to be used with this entry, it overrides more general type handlers if present.
setUseLayoutClassAttribute(Boolean) - Method in class net.sf.layoutParser.to.ListTO
Configura o
setVersion(String) - Method in class net.sf.layoutParser.to.BaseNameSpaceTO
The version of the item.
setVersionBoundary(String) - Method in class net.sf.layoutParser.to.selector.CloseUpperVersionFilter
The upper version boundary being used to filter out the set.
setWrapper(String) - Method in class net.sf.layoutParser.to.LayoutTO
Wrapper to be used around entries when writing CSV files.
SIZE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"size"
STOP_AT_FILLER_BLOCK - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"stopAtFirstFillerBlock"
StringBufferTypeHandler - Class in net.sf.layoutParser.typeHandler
 
StringBufferTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.StringBufferTypeHandler
 
StringTypeHandler - Class in net.sf.layoutParser.typeHandler
 
StringTypeHandler() - Constructor for class net.sf.layoutParser.typeHandler.StringTypeHandler
 
strip(StringBuffer, String) - Method in class net.sf.layoutParser.typeHandler.CenterFillingHandler
 
strip(StringBuffer, String) - Method in interface net.sf.layoutParser.typeHandler.FillingHandler
Strips the filling from the data.
strip(StringBuffer, String) - Method in class net.sf.layoutParser.typeHandler.LeftFillingHandler
 
strip(StringBuffer, String) - Method in class net.sf.layoutParser.typeHandler.RightFillingHandler
 

T

toString() - Method in enum net.sf.layoutParser.exception.ExceptionKey
Return's the key name of the bundle.
toString() - Method in class net.sf.layoutParser.to.LayoutTO
 
TYPE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"type"
type - Variable in class net.sf.layoutParser.to.EntryTO
 
TYPE_HANDLER - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"typeHandler"
TYPE_HANDLERS - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XPathConstants
"/layoutParserConfig/typeHandler"
TypeFilter - Class in net.sf.layoutParser.to.selector
Filter layouts by theirs target bean type with exact match of class.
TypeFilter(Class<? extends Object>) - Constructor for class net.sf.layoutParser.to.selector.TypeFilter
Create the filter and assign the type the layouts must match.
TypeHandler<T> - Interface in net.sf.layoutParser.typeHandler
The type handler is responsible for the formating of values when they go from class to string and parsing the string value in the layout back to the class representation.

U

USE_LAYOUT_CLASS_ATTRIBUTE - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLEntryNames
"useLayoutClassAttribute"

V

validate(LayoutTO) - Method in class net.sf.layoutParser.processor.ClassicLayoutProcessor
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.
validate(LayoutTO) - Method in class net.sf.layoutParser.processor.CsvLayoutProcessor
Validate the layout inspecting it for conformity with this rules: All entries must have an index.
validate(LayoutTO) - Method in interface net.sf.layoutParser.processor.LayoutProcessor
Allow the processor to validate the layout item according to its own specific rules.
valueOf(String) - Static method in enum net.sf.layoutParser.build.messages.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.layoutParser.exception.ExceptionKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.layoutParser.to.Alignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.layoutParser.build.messages.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.layoutParser.exception.ExceptionKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.layoutParser.to.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class net.sf.layoutParser.constants.ConstantCatalog.XMLLayoutNames
"version"

W

WRAPPER - Static variable in class net.sf.layoutParser.constants.ConstantCatalog
"wrapper"

X

XMLSCHEMA - Static variable in class net.sf.layoutParser.util.xml.validation.XsdChecker
"http://www.w3.org/2001/XMLSchema"
XsdChecker - Class in net.sf.layoutParser.util.xml.validation
TODO: Comentar esta classe
XsdChecker() - Constructor for class net.sf.layoutParser.util.xml.validation.XsdChecker
 
A B C D E F G H I L M N P R S T U V W X 

Copyright © 2014. All Rights Reserved.