Uses of Interface
pl.edu.agh.cast.importer.base.parser.IImportParser

Packages that use IImportParser
pl.edu.agh.cast.importer.base.parser Provides CAST Importer base classes used for the data parsing during the import process. 
pl.edu.agh.cast.importer.base.process Provides CAST Importer ImportProcess class. 
pl.edu.agh.cast.importer.base.template Defines templates for import process. 
 

Uses of IImportParser in pl.edu.agh.cast.importer.base.parser
 

Classes in pl.edu.agh.cast.importer.base.parser that implement IImportParser
 class ImportParser
          Simple universal parser implementation.
 

Methods in pl.edu.agh.cast.importer.base.parser that return IImportParser
 IImportParser IImportParser.createCopy()
          Create parser copy which contains copies of all analyzers.
 

Uses of IImportParser in pl.edu.agh.cast.importer.base.process
 

Methods in pl.edu.agh.cast.importer.base.process that return IImportParser
 IImportParser ImportProcess.getParser()
           
 

Methods in pl.edu.agh.cast.importer.base.process with parameters of type IImportParser
 void ImportProcess.setParser(IImportParser parser)
          Sets the parser.
 

Uses of IImportParser in pl.edu.agh.cast.importer.base.template
 

Methods in pl.edu.agh.cast.importer.base.template that return IImportParser
 IImportParser IImportTemplate.getParser()
          Gets an import parser.
 IImportParser ImportTemplate.getParser()
          Gets an import parser.
 

Methods in pl.edu.agh.cast.importer.base.template with parameters of type IImportParser
 void IImportTemplate.setParser(IImportParser parser)
          Sets a new import parser.
 void ImportTemplate.setParser(IImportParser parser)
          Sets a new import parser.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.