public class MetaArtifactFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PREVIEW_PREFIX
The prefix used before the workspace identifier when creating a Preview VDB name.
|
Constructor and Description |
---|
MetaArtifactFactory() |
Modifier and Type | Method and Description |
---|---|
TeiidDataSource |
createDataSource(String name,
Properties dataSource) |
TeiidPropertyDefinition |
createPropertyDefinition(org.teiid.adminapi.PropertyDefinition propDef) |
TeiidTranslator |
createTranslator(org.teiid.adminapi.Translator translator) |
TeiidVdb |
createVdb(org.teiid.adminapi.VDB vdb) |
public static final String PREVIEW_PREFIX
public TeiidDataSource createDataSource(String name, Properties dataSource)
public TeiidTranslator createTranslator(org.teiid.adminapi.Translator translator)
public TeiidPropertyDefinition createPropertyDefinition(org.teiid.adminapi.PropertyDefinition propDef)
Copyright © 2013–2019. All rights reserved.