|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.data.oda.util.manifest.ExtensionManifest
org.eclipse.datatools.connectivity.oda.util.manifest.ExtensionManifest
.
Encapsulates access to the content of an ODA data source plug-in extension manifest.
Method Summary | |
DataSetType |
getDataSetType(java.lang.String dataSetElementID)
Deprecated. Returns the DataSetType instance that represents the dataSet element with the given ID defined in this data source extension. |
java.lang.String[] |
getDataSetTypeIDs()
Deprecated. Returns an array of ids of the dataSet elements defined in this data source extension. |
DataSetType[] |
getDataSetTypes()
Deprecated. Returns an array of DataSetType instances that represent the dataSet elements defined in this data source extension. |
java.lang.String |
getDataSourceDisplayName()
Deprecated. Returns the display name of the data source element defined in the ODA data source extension. |
java.lang.String |
getDataSourceElementID()
Deprecated. Returns the ID that uniquely identifies the dataSource element defined in the ODA data source extension. |
java.net.URL |
getDriverLocation()
Deprecated. Returns the driver installation location. |
java.lang.String |
getExtensionID()
Deprecated. Returns the ID that uniquely identifies this ODA data source extension in the BIRT environment. |
java.lang.String |
getNamespace()
Deprecated. Returns the namespace associated with this ODA runtime driver. |
java.lang.String |
getOdaVersion()
Deprecated. Returns the version of the org.eclipse.birt.data.oda plug-in for which this driver is developed. |
Property[] |
getProperties()
Deprecated. Returns an array of Property instances that represent the properties defined by this data source extension. |
java.util.Properties |
getPropertiesVisibility()
Deprecated. Returns a Properties collecton of property visibilty settings. |
RuntimeInterface |
getRuntimeInterface()
Deprecated. Returns the runtime interface configuration. |
TraceLogging |
getTraceLogging()
Deprecated. Returns the optional trace logging configuration for the driver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getNamespace()
public java.lang.String getExtensionID()
public java.lang.String getDataSourceElementID()
public java.net.URL getDriverLocation() throws java.io.IOException
java.io.IOException
- if an IO error occurs.public java.lang.String getOdaVersion()
public java.lang.String getDataSourceDisplayName()
public DataSetType[] getDataSetTypes()
public java.lang.String[] getDataSetTypeIDs()
public DataSetType getDataSetType(java.lang.String dataSetElementID) throws OdaException
dataSetElementID
- the id of the data set element.
OdaException
- if there is no data set definition associated
with the specified data set element ID, or
if there are more than one data set elements
that match the ID.public TraceLogging getTraceLogging()
public RuntimeInterface getRuntimeInterface()
public Property[] getProperties()
public java.util.Properties getPropertiesVisibility()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |