Package | Description |
---|---|
org.ecoinformatics.seek.dataquery | |
org.ecoinformatics.seek.datasource.eml.eml2 | |
org.kepler.metadata | |
org.kepler.objectmanager.data.db | |
org.kepler.objectmanager.data.text |
Modifier and Type | Method and Description |
---|---|
Entity |
DBTableNameResolver.resolveTableName(Entity table)
If the url in this TableEntity is null, we will use the TableEntity name
as url.
|
Modifier and Type | Method and Description |
---|---|
Entity |
DBTableNameResolver.resolveTableName(Entity table)
If the url in this TableEntity is null, we will use the TableEntity name
as url.
|
Constructor and Description |
---|
DBTablesGenerator(Entity tableEntity,
java.io.InputStream givenData)
This constructor is for non-text file table.
|
DBTablesGenerator(Entity tableEntity,
java.io.InputStream givenData,
boolean isRefresh)
This constructor is for non-text file table.
|
DBTablesGenerator(Entity tableEntity,
java.lang.String textFileLocation)
This constructor is for text file table.
|
DBTablesGenerator(Entity tableEntity,
java.lang.String textFileLocation,
boolean isRefresh)
This constructor is for text file table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
Eml200Parser.getEntities()
Get a collection of entities.
|
java.util.Hashtable<java.lang.String,Entity> |
Eml200Parser.getEntityHash()
returns a hashtable of entity names hashed to the entity description
metadata that goes with each entity.
|
java.util.Vector<Entity> |
Eml200DataSource.getEntityList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
ParserInterface.getEntities()
Get a collection of the Entity objects.
|
Modifier and Type | Method and Description |
---|---|
Entity |
AttributeList.getParent()
get parent entity
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeList.setParent(Entity p)
set partent entity
|
Modifier and Type | Method and Description |
---|---|
Entity |
TextComplexFormatDataReader.getEntity() |
Modifier and Type | Method and Description |
---|---|
void |
TextComplexFormatDataReader.setEntity(Entity entity) |
Constructor and Description |
---|
TextComplexFormatDataReader(java.io.InputStream dataStream,
Entity entity)
Consturctor with default stripHeader value - true
|
TextComplexFormatDataReader(java.io.InputStream dataStream,
Entity entity,
boolean stripHeader)
Constructor with assigned stripHeader value
|