public class TeiidVdbImpl extends Object implements TeiidVdb, Comparable<TeiidVdbImpl>
DYNAMIC_VDB_SUFFIX, VDB_DOT_EXTENSION, VDB_EXTENSION
Constructor and Description |
---|
TeiidVdbImpl(org.teiid.adminapi.VDB vdb) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TeiidVdbImpl vdb) |
boolean |
equals(Object obj) |
String |
export() |
String |
getDeployedName() |
Collection<String> |
getModelNames() |
String |
getName() |
Properties |
getProperties() |
String |
getPropertyValue(String key) |
List<String> |
getValidityErrors() |
String |
getVersion() |
boolean |
hasFailed() |
int |
hashCode() |
boolean |
hasModels() |
boolean |
isActive() |
boolean |
isLoading() |
boolean |
isPreviewVdb() |
boolean |
wasRemoved() |
public int compareTo(TeiidVdbImpl vdb)
compareTo
in interface Comparable<TeiidVdbImpl>
public String getDeployedName()
getDeployedName
in interface TeiidVdb
public String getVersion()
getVersion
in interface TeiidVdb
public boolean isPreviewVdb()
isPreviewVdb
in interface TeiidVdb
public boolean wasRemoved()
wasRemoved
in interface TeiidVdb
public List<String> getValidityErrors()
getValidityErrors
in interface TeiidVdb
public Collection<String> getModelNames()
getModelNames
in interface TeiidVdb
public String getPropertyValue(String key)
getPropertyValue
in interface TeiidVdb
public Properties getProperties()
getProperties
in interface TeiidVdb
Copyright © 2013–2019. All rights reserved.