org.semanticdesktop.aperture.detector
Class DataSourceDescription

java.lang.Object
  extended by org.semanticdesktop.aperture.detector.DataSourceDescription

public class DataSourceDescription
extends Object

A bean-like object that holds information about a detected datasource. A DataSourceDetector returns instances of these objects. This class may change in the future, when DataSourceDescription has been used in practice. These will be the same for all detected datasources and we expect no subclasses and only one implementation, no interface is needed.

Since:
1.1.1
Author:
sauermann, 2.7.2008

Constructor Summary
DataSourceDescription(DataSource datasource)
          Create a new DataSourceDescription.
 
Method Summary
 DataSource getDataSource()
          Get the detected datasource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDescription

public DataSourceDescription(DataSource datasource)
Create a new DataSourceDescription.

Parameters:
datasource -
Method Detail

getDataSource

public DataSource getDataSource()
Get the detected datasource

Returns:
the detected datasource


Copyright © 2010 Aperture Development Team. All Rights Reserved.