Uses of Interface
net.sourceforge.fluxion.api.DataSource

Packages that use DataSource
net.sourceforge.fluxion.datasource.impl   
net.sourceforge.fluxion.spring   
 

Uses of DataSource in net.sourceforge.fluxion.datasource.impl
 

Classes in net.sourceforge.fluxion.datasource.impl that implement DataSource
 class BeanModelDataSource
          A DataSource that is backed by a Bean-model artifact.
 class OWLFileDataSource
          Javadocs go here.
 

Methods in net.sourceforge.fluxion.datasource.impl that return types with arguments of type DataSource
 java.util.Set<DataSource> BeanModelDataSourceFactory.createDataSources()
          Creates all datasources found either in the current classloader or at any of the additional locations specified by BeanModelDataSourceFactory.getAdditionalDataSources().
 

Uses of DataSource in net.sourceforge.fluxion.spring
 

Method parameters in net.sourceforge.fluxion.spring with type arguments of type DataSource
 void DelegatingFluxionService.setDataSources(java.util.List<DataSource> sources)
          Set the list of DataSource implementations used by this FluxionService
 



Copyright © 2010. All Rights Reserved.