- 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.
- 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(Object) - Method in class net.sf.layoutParser.processor.ItemProcessor
-
- 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.
- 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.
- 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
-
- 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
-