Uses of Class
eteg.sinon.core.Collector

Packages that use Collector
eteg.sinon.dao   
eteg.sinon.dao.xml   
eteg.sinon.executor   
 

Uses of Collector in eteg.sinon.dao
 

Methods in eteg.sinon.dao that return Collector
 Collector CollectorDAO.load(java.lang.String id)
          Loads the Collector instance with identifier id from persistent memory.
 

Methods in eteg.sinon.dao with parameters of type Collector
 void CollectorDAO.store(Collector collector)
          Stores collector in persistent memory.
 

Uses of Collector in eteg.sinon.dao.xml
 

Methods in eteg.sinon.dao.xml that return Collector
 Collector XMLCollectorDAO.load(java.lang.String id)
          Loads the collector which id is id.
 

Methods in eteg.sinon.dao.xml with parameters of type Collector
 void XMLCollectorDAO.store(Collector collector)
          Writes collector in collectorDirectory + "/" + collector.getId() + ".xml".
 void XMLCollectorDAO.store(Collector collector, java.io.File destination)
          Writes collector in a given destination directory.
 

Uses of Collector in eteg.sinon.executor
 

Methods in eteg.sinon.executor that return Collector
 Collector CollectorExecutor.getCollector()
          Retuns the Collector to be executed by this executor.
 

Constructors in eteg.sinon.executor with parameters of type Collector
CollectorExecutor(Collector collector)
          Single constructor of this class.
 



Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.