Package | Description |
---|---|
org.apache.commons.flatfile.dsl |
Contains the DSL-based EntityFactory and supporting classes.
|
org.apache.commons.flatfile.entityfactory |
Basic EntityFactory implementations.
|
org.apache.commons.flatfile.morph |
Contains Flatfile's Morph Reflector/Transformer implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ParserEntityFactory
Entity factory; provides access to named entities parsed from one or more description files.
|
Modifier and Type | Method and Description |
---|---|
EntityFactory |
ParserEntityFactory.getParent()
Get the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserEntityFactory.setParent(EntityFactory parent)
Set the parent.
|
Modifier and Type | Class and Description |
---|---|
class |
CloningEntityFactory
Stores prototype entities in a Map and returns cloned Entities.
|
class |
CompositeEntityFactory
Delegates to 0..n EntityFactories.
|
Constructor and Description |
---|
CompositeEntityFactory(EntityFactory... delegates)
Create a new CompositeEntityFactory.
|
Modifier and Type | Method and Description |
---|---|
EntityFactory |
EntityInstantiatingReflector.getEntityFactory()
Get the entityFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityInstantiatingReflector.setEntityFactory(EntityFactory entityFactory)
Set the entityFactory.
|
Constructor and Description |
---|
EntityInstantiatingReflector(EntityFactory entityFactory)
Create a new EntityInstantiatingReflector.
|
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.