Uses of Interface
celeboss.CelebDataSourceFactory

Packages that use CelebDataSourceFactory
celeboss

Provides the top level shared classes for the CelebOSS system. 

celeboss.data

This package provides all the required classes of the data model. 

celeboss.HTMLload

This packages provides a set of data sources that use HTML data to load the entities of the model. 

 

Uses of CelebDataSourceFactory in celeboss
 

Methods in celeboss that return CelebDataSourceFactory
static CelebDataSourceFactory FactoryLoader.loadFactory(java.lang.String property)
          This method scans the command line arguments to extract those that are relevant to factory loading.
 

Uses of CelebDataSourceFactory in celeboss.data
 

Methods in celeboss.data with parameters of type CelebDataSourceFactory
 void CelebrityManager.activate(CelebDataSourceFactory newFactory)
          A the Celebrity Manager to current environment.
 

Uses of CelebDataSourceFactory in celeboss.HTMLload
 

Classes in celeboss.HTMLload that implement CelebDataSourceFactory
 class FileFactory
          This is the implementation of the Abstract Factory pattern.
 class WebDataSourceFactory
          This is a factory class that creates connections to a web server to get the celebdaq data.