- entity() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- entity(AST) - Method in class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- Entity - Interface in org.apache.commons.flatfile
-
Represents a record or field.
- EntityArray - Class in org.apache.commons.flatfile
-
Entity collection with the following approach: a size (number of children)
and a prototypical child are assigned.
- EntityArray() - Constructor for class org.apache.commons.flatfile.EntityArray
-
Create a new EntityArray.
- EntityArray(int) - Constructor for class org.apache.commons.flatfile.EntityArray
-
Create a new IndexedEntityCollection.
- EntityArray(Entity) - Constructor for class org.apache.commons.flatfile.EntityArray
-
Create a new EntityArray with the specified prototype.
- EntityArray(Entity, int) - Constructor for class org.apache.commons.flatfile.EntityArray
-
Create a new IndexedEntityCollection.
- EntityCollection - Interface in org.apache.commons.flatfile
-
An entity that is a collection of child entities.
- EntityCollectionReflector - Class in org.apache.commons.flatfile.morph
-
Entity collection reflector.
- EntityCollectionReflector() - Constructor for class org.apache.commons.flatfile.morph.EntityCollectionReflector
-
Create a new EntityCollectionReflector.
- EntityCollectionSupport - Class in org.apache.commons.flatfile
-
Implementation of common operations for an EntityCollection.
- EntityCollectionSupport() - Constructor for class org.apache.commons.flatfile.EntityCollectionSupport
-
- EntityDefinition - Class in org.apache.commons.flatfile.dsl
-
Entity definition.
- EntityDefinition(String, AST) - Constructor for class org.apache.commons.flatfile.dsl.EntityDefinition
-
Create a new EntityDefinition.
- EntityFactory - Interface in org.apache.commons.flatfile
-
Entity factory interface.
- EntityInstantiatingReflector - Class in org.apache.commons.flatfile.morph
-
Instantiates basic entities by sending the source object as a cue object
to a configured EntityFactory.
- EntityInstantiatingReflector() - Constructor for class org.apache.commons.flatfile.morph.EntityInstantiatingReflector
-
Create a new EntityInstantiatingReflector.
- EntityInstantiatingReflector(EntityFactory) - Constructor for class org.apache.commons.flatfile.morph.EntityInstantiatingReflector
-
Create a new EntityInstantiatingReflector.
- EntityLexer - Class in org.apache.commons.flatfile.dsl
-
- EntityLexer(InputStream) - Constructor for class org.apache.commons.flatfile.dsl.EntityLexer
-
- EntityLexer(Reader) - Constructor for class org.apache.commons.flatfile.dsl.EntityLexer
-
- EntityLexer(InputBuffer) - Constructor for class org.apache.commons.flatfile.dsl.EntityLexer
-
- EntityLexer(LexerSharedInputState) - Constructor for class org.apache.commons.flatfile.dsl.EntityLexer
-
- EntityMap - Class in org.apache.commons.flatfile
-
Basic implementation of NamedEntityCollection.
- EntityMap() - Constructor for class org.apache.commons.flatfile.EntityMap
-
- EntityNameStrategy - Interface in org.apache.commons.flatfile.dsl
-
Interface for how to get an entity name for an Object.
- entityOption() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- entityOption(AST, Entity) - Method in class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- entityOptions() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- entityOptions(AST, Entity) - Method in class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- EntityParser - Class in org.apache.commons.flatfile.dsl
-
- EntityParser(TokenBuffer, int) - Constructor for class org.apache.commons.flatfile.dsl.EntityParser
-
- EntityParser(TokenBuffer) - Constructor for class org.apache.commons.flatfile.dsl.EntityParser
-
- EntityParser(TokenStream, int) - Constructor for class org.apache.commons.flatfile.dsl.EntityParser
-
- EntityParser(TokenStream) - Constructor for class org.apache.commons.flatfile.dsl.EntityParser
-
- EntityParser(ParserSharedInputState) - Constructor for class org.apache.commons.flatfile.dsl.EntityParser
-
- EntitySupport - Class in org.apache.commons.flatfile
-
Generic entity support stuff.
- EntitySupport() - Constructor for class org.apache.commons.flatfile.EntitySupport
-
- EntityToByteArrayConverter - Class in org.apache.commons.flatfile.morph
-
Entity to byte[] Converter.
- EntityToByteArrayConverter() - Constructor for class org.apache.commons.flatfile.morph.EntityToByteArrayConverter
-
- EntityTokenTypes - Interface in org.apache.commons.flatfile.dsl
-
- EntityTreeParser - Class in org.apache.commons.flatfile.dsl
-
- EntityTreeParser() - Constructor for class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- EntityTreeParserTokenTypes - Interface in org.apache.commons.flatfile.dsl
-
- EOF - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- EOF - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- EOF - Static variable in class org.apache.commons.flatfile.util.ConcatenatedInputStream
-
EOF
- equals(Object) - Method in class org.apache.commons.flatfile.DynamicField.Bounds
- equals(Object) - Method in class org.apache.commons.flatfile.DynamicField
- ESC - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- ESC - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- explicitAssign() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- explicitValue() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- getAst() - Method in class org.apache.commons.flatfile.dsl.EntityDefinition
-
Get the ast.
- getBounds() - Method in class org.apache.commons.flatfile.DynamicField
-
Get the bounds.
- getChecks() - Method in class org.apache.commons.flatfile.dsl.EntityDefinition
-
Get the checks.
- getChild(int) - Method in class org.apache.commons.flatfile.EntityArray
-
Get the child at the specified index.
- getChild(String) - Method in class org.apache.commons.flatfile.EntityMap
-
Get the specified child.
- getChild(int) - Method in interface org.apache.commons.flatfile.IndexedEntityCollection
-
Get the child at the specified index.
- getChild(String) - Method in interface org.apache.commons.flatfile.NamedEntityCollection
-
Get the specified child.
- getChildMap() - Method in class org.apache.commons.flatfile.EntityMap
-
Get a map of the children.
- getChildNames() - Method in class org.apache.commons.flatfile.EntityMap
-
Get the child entities' names.
- getChildNames() - Method in interface org.apache.commons.flatfile.NamedEntityCollection
-
Get the child entities' names.
- getChildren() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the children.
- getChildren() - Method in interface org.apache.commons.flatfile.EntityCollection
-
Get the children.
- getChildren() - Method in class org.apache.commons.flatfile.EntityMap
-
Get the children.
- getComponentReflector() - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionInstantiatingReflector
-
Get the componentReflector.
- getContainedTypeImpl(Class) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getDelim() - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Get the delimiter to use between children.
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.ByteArrayToEntityCopier
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.ContainerToIndexedEntityCollectionCopier
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.EntityToByteArrayConverter
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.FieldOptionConstantConverter
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.TextToByteConverter
- getDestinationClassesImpl() - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
- getEntity(Object) - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Get an Entity.
- getEntity(Object) - Method in class org.apache.commons.flatfile.entityfactory.CloningEntityFactory
-
Get an Entity.
- getEntity(Object) - Method in class org.apache.commons.flatfile.entityfactory.CompositeEntityFactory
-
Get an Entity.
- getEntity(Object) - Method in interface org.apache.commons.flatfile.EntityFactory
-
Get an Entity.
- getEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Get the named child entity.
- getEntity(Object, int) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Get the child entity at index index
.
- getEntity(Object, int) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
-
Get the child entity at index index
.
- getEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
-
Get the named child entity.
- getEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.NamedEntityCollectionReflector
-
Get the named child entity.
- getEntityFactory() - Method in class org.apache.commons.flatfile.morph.EntityInstantiatingReflector
-
Get the entityFactory.
- getEntityName(Object) - Method in class org.apache.commons.flatfile.dsl.ConstantEntityNameStrategy
-
Get the Entity name to associate with the argument.
- getEntityName() - Method in class org.apache.commons.flatfile.dsl.ConstantEntityNameStrategy
-
Get the constant entityName.
- getEntityName(Object) - Method in class org.apache.commons.flatfile.dsl.DefaultEntityNameStrategy
-
If o
is null
, returns "null".
- getEntityName(Object) - Method in interface org.apache.commons.flatfile.dsl.EntityNameStrategy
-
Get the Entity name to associate with the argument.
- getEntityNameStrategy() - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Get the entityNameStrategy.
- getFilter(InputStream) - Method in class org.apache.commons.flatfile.util.FilterFactory
-
Get an InputStream that filters the specified
InputStream
- getFilterFactory() - Method in class org.apache.commons.flatfile.InputFilteringDynamicField
-
Get the filterFactory.
- getImpl(Object, int) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getImpl(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getImpl(Object, String) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
- getInputStream(byte[], PadJustifyFieldSupport) - Method in enum org.apache.commons.flatfile.PadJustifyFieldSupport.Justify
-
Get an InputStream for the specified parameters.
- getIteratorImpl(Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getJustify() - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Get the justify.
- getMaximum() - Method in class org.apache.commons.flatfile.DynamicField.Bounds
-
Get the maximum.
- getMaximumSize() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the int maximumSize.
- getMinimum() - Method in class org.apache.commons.flatfile.DynamicField.Bounds
-
Get the minimum.
- getMinimumSize() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the int minimumSize.
- getName() - Method in class org.apache.commons.flatfile.dsl.EntityDefinition
-
Get the name.
- getOverflow() - Method in class org.apache.commons.flatfile.DynamicField
-
Get the overflow.
- getOverflow() - Method in class org.apache.commons.flatfile.Field
-
Get the overflow.
- getPad() - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Get the pad.
- getPadJustifyLength() - Method in class org.apache.commons.flatfile.DynamicField
-
Provide the desired target length for padding/justification actions.
- getPadJustifyLength() - Method in class org.apache.commons.flatfile.Field
-
Provide the desired target length for padding/justification actions.
- getPadJustifyLength() - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Provide the desired target length for padding/justification actions.
- getParent() - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Get the parent.
- getPropertyNamesImpl(Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getPropertyNamesImpl(Object) - Method in class org.apache.commons.flatfile.morph.NamedEntityCollectionReflector
- getPrototype() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the prototype.
- getReflectableClassesImpl() - Method in class org.apache.commons.flatfile.morph.EntityInstantiatingReflector
- getReflectableClassesImpl() - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionInstantiatingReflector
- getReflectableClassesImpl() - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
- getReflectableClassesImpl() - Method in class org.apache.commons.flatfile.morph.NamedEntityCollectionReflector
- getSizeImpl(Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getSizeImpl(Object) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.ByteArrayToEntityCopier
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.ContainerToIndexedEntityCollectionCopier
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.EntityToByteArrayConverter
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.FieldOptionConstantConverter
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.TextToByteConverter
- getSourceClassesImpl() - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
- getSources() - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Get the InputStream[] sources.
- getTextConverter() - Method in class org.apache.commons.flatfile.morph.FieldOptionConstantConverter
-
Get the DecoratedConverter textConverter.
- getTextConverter() - Method in class org.apache.commons.flatfile.morph.TextToByteConverter
-
Get the DecoratedConverter textConverter.
- getTextConverter() - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
-
Get the TextConverter textConverter.
- getToTextConverter() - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Get the to-text DecoratedConverter
assigned.
- getTypeImpl(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- getUnderflow() - Method in class org.apache.commons.flatfile.DynamicField
-
Get the underflow.
- getValue() - Method in class org.apache.commons.flatfile.DynamicField
-
Get the value of this Entity.
- getValue() - Method in interface org.apache.commons.flatfile.Entity
-
Get the value of this Entity.
- getValue(int, int) - Method in interface org.apache.commons.flatfile.Entity
-
Get a subset of this Entity's value.
- getValue() - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Get the value of this Entity.
- getValue(int, int) - Method in class org.apache.commons.flatfile.EntitySupport
-
Get a subset of this Entity's value.
- getValue() - Method in class org.apache.commons.flatfile.Field
-
Get the value of this Entity.
- IDENT - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- IDENT - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- iGetFilter(InputStream) - Method in class org.apache.commons.flatfile.util.BasicFilterFactory
-
Template method to be implemented by subclasses.
- iGetFilter(InputStream) - Method in class org.apache.commons.flatfile.util.FilterFactory
-
Template method to be implemented by subclasses.
- immutable() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- IMMUTABLE - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- immutable(AST, Entity) - Method in class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- IMMUTABLE - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- ImmutableEntity - Class in org.apache.commons.flatfile
-
Immutable Entity factory, using Java 1.3 proxies.
- IMPLICIT_PROPERTY_PROTOTYPE - Static variable in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
-
Prototype property constant.
- implicitTypeAssign() - Method in class org.apache.commons.flatfile.dsl.EntityParser
-
- IndexedEntityCollection - Interface in org.apache.commons.flatfile
-
EntityCollection whose children are indexed.
- IndexedEntityCollectionInstantiatingReflector - Class in org.apache.commons.flatfile.morph
-
IndexedEntityCollection InstantiatingReflector.
- IndexedEntityCollectionInstantiatingReflector() - Constructor for class org.apache.commons.flatfile.morph.IndexedEntityCollectionInstantiatingReflector
-
- IndexedEntityCollectionReflector - Class in org.apache.commons.flatfile.morph
-
IndexedEntityCollection Reflector.
- IndexedEntityCollectionReflector() - Constructor for class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
-
- InputFilteringDynamicField - Class in org.apache.commons.flatfile
-
Dynamic field with filtered input.
- InputFilteringDynamicField() - Constructor for class org.apache.commons.flatfile.InputFilteringDynamicField
-
Create a new InputFilteringDynamicField.
- InputFilteringDynamicField(FilterFactory) - Constructor for class org.apache.commons.flatfile.InputFilteringDynamicField
-
Create a new InputFilteringDynamicField.
- InputFilteringDynamicField(DynamicField.Bounds) - Constructor for class org.apache.commons.flatfile.InputFilteringDynamicField
-
Create a new InputFilteringDynamicField.
- InputFilteringDynamicField(DynamicField.Bounds, FilterFactory) - Constructor for class org.apache.commons.flatfile.InputFilteringDynamicField
-
Create a new InputFilteringDynamicField.
- isAutomaticallyHandlingNulls() - Method in class org.apache.commons.flatfile.morph.ContainerToIndexedEntityCollectionCopier
- isDelimAfter() - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Learn whether a trailing delimiter will be added when a delimiter is being used.
- isEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Learn whether the specified property refers to an Entity child.
- isEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionReflector
-
Learn whether the specified property refers to an Entity child.
- isEntity(Object, String) - Method in class org.apache.commons.flatfile.morph.NamedEntityCollectionReflector
-
Learn whether the specified property refers to an Entity child.
- iSetValue(byte[]) - Method in class org.apache.commons.flatfile.DynamicField
-
Protected inner setValue
- isReadableImpl(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- isResizable() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the boolean resizable.
- isSizable() - Method in class org.apache.commons.flatfile.EntityArray
-
Learn whether the size of this object can be set.
- isSizable() - Method in interface org.apache.commons.flatfile.IndexedEntityCollection
-
Learn whether the size of this object can be set.
- isSuppressEmptyChildren() - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Get the boolean suppressEmptyChildren.
- isTransformableImpl(Class, Class) - Method in class org.apache.commons.flatfile.morph.TextToByteConverter
- isTrimStrings() - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Get the boolean trimStrings.
- isWriteableImpl(Object, String) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- SEMI - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- SEMI - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- setBounds(DynamicField.Bounds) - Method in class org.apache.commons.flatfile.DynamicField
-
Set the bounds.
- setChecks(Collection<AST>) - Method in class org.apache.commons.flatfile.dsl.EntityDefinition
-
Set the checks.
- setComponentReflector(InstantiatingReflector) - Method in class org.apache.commons.flatfile.morph.IndexedEntityCollectionInstantiatingReflector
-
Set the componentReflector.
- setDelim(byte[]) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Set the delimiter to use between children.
- setDelimAfter(boolean) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Set whether to add a trailing delimiter when a delimiter is being used.
- setDestinationClasses(Class[]) - Method in class org.apache.commons.flatfile.morph.ContainerToIndexedEntityCollectionCopier
- setDestinationClasses(Class[]) - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
- setEntityFactory(ParserEntityFactory) - Method in class org.apache.commons.flatfile.dsl.EntityTreeParser
-
- setEntityFactory(EntityFactory) - Method in class org.apache.commons.flatfile.morph.EntityInstantiatingReflector
-
Set the entityFactory.
- setEntityNameStrategy(EntityNameStrategy) - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Set the entityNameStrategy.
- setEntityValue(Entity, Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Set the value of an Entity
- setFilterFactory(FilterFactory) - Method in class org.apache.commons.flatfile.InputFilteringDynamicField
-
Set the filterFactory.
- setImpl(Object, String, Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- setImpl(Object, int, Object) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
- setJustify(PadJustifyFieldSupport.Justify) - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Set the justify.
- setMaximum(int) - Method in class org.apache.commons.flatfile.DynamicField.Bounds
-
Set the maximum.
- setMaximumSize(int) - Method in class org.apache.commons.flatfile.EntityArray
-
Set the int maximumSize.
- setMinimum(int) - Method in class org.apache.commons.flatfile.DynamicField.Bounds
-
Set the minimum.
- setMinimumSize(int) - Method in class org.apache.commons.flatfile.EntityArray
-
Set the int minimumSize.
- setOverflow(FieldSupport.Overflow) - Method in class org.apache.commons.flatfile.DynamicField
-
Set the overflow.
- setOverflow(FieldSupport.Overflow) - Method in class org.apache.commons.flatfile.Field
-
Set the overflow.
- setPad(byte) - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Set the pad.
- setParent(EntityFactory) - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Set the parent.
- setPrototype(Entity) - Method in class org.apache.commons.flatfile.EntityArray
-
Set the prototype.
- setResizable(boolean) - Method in class org.apache.commons.flatfile.EntityArray
-
Set the boolean resizable.
- setSize(int) - Method in class org.apache.commons.flatfile.EntityArray
-
Set new size of this object.
- setSize(int) - Method in interface org.apache.commons.flatfile.IndexedEntityCollection
-
Set new size of this object.
- setSource(InputStream) - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Convenience setter for a single InputStream source.
- setSourceClasses(Class[]) - Method in class org.apache.commons.flatfile.morph.ContainerToIndexedEntityCollectionCopier
- setSourceClasses(Class[]) - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
- setSources(InputStream[]) - Method in class org.apache.commons.flatfile.dsl.ParserEntityFactory
-
Set the InputStream[] sources.
- setSuppressEmptyChildren(boolean) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Set the boolean suppressEmptyChildren.
- setTextConverter(DecoratedConverter) - Method in class org.apache.commons.flatfile.morph.FieldOptionConstantConverter
-
Set the DecoratedConverter textConverter.
- setTextConverter(DecoratedConverter) - Method in class org.apache.commons.flatfile.morph.TextToByteConverter
-
Set the DecoratedConverter textConverter.
- setTextConverter(TextConverter) - Method in class org.apache.commons.flatfile.morph.TextToEntityCopier
-
Set the TextConverter textConverter.
- setToTextConverter(DecoratedConverter) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Set the to-text DecoratedConverter
.
- setTrimStrings(boolean) - Method in class org.apache.commons.flatfile.morph.BaseEntityCollectionReflector
-
Set the boolean trimStrings.
- setUnderflow(FieldSupport.Underflow) - Method in class org.apache.commons.flatfile.DynamicField
-
Set the underflow.
- setValue(byte[]) - Method in class org.apache.commons.flatfile.DynamicField
-
Implement pad/justify.
- setValue(byte[]) - Method in interface org.apache.commons.flatfile.Entity
-
Set this Entity's value.
- setValue(byte[], int, int) - Method in interface org.apache.commons.flatfile.Entity
-
Set this Entity's value to a subset of the specified byte[].
- setValue(byte[]) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Set this Entity's value.
- setValue(byte[], int, int) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Set this Entity's value to a subset of the specified byte[].
- setValue(byte[], int, int) - Method in class org.apache.commons.flatfile.EntitySupport
-
Set this Entity's value to a subset of the specified byte[].
- setValue(byte[]) - Method in class org.apache.commons.flatfile.Field
-
Implement pad/justify.
- setValue(byte[]) - Method in class org.apache.commons.flatfile.PadJustifyFieldSupport
-
Implement pad/justify.
- shouldSuppress(Entity) - Method in class org.apache.commons.flatfile.EntityCollectionSupport
-
Learn whether the specified child should be suppressed.
- size() - Method in class org.apache.commons.flatfile.EntityArray
-
Get the size (# of child elements) of this IndexedEntityCollection.
- size() - Method in interface org.apache.commons.flatfile.IndexedEntityCollection
-
Get the size (# of child elements) of this IndexedEntityCollection.
- SL_COMMENT - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- SL_COMMENT - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- STAR - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- STAR - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- STRING_BODY - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- STRING_BODY - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-
- STRING_LITERAL - Static variable in interface org.apache.commons.flatfile.dsl.EntityTokenTypes
-
- STRING_LITERAL - Static variable in interface org.apache.commons.flatfile.dsl.EntityTreeParserTokenTypes
-