pl.edu.agh.cast.importer.base.util
Class ImportConverterInfo

java.lang.Object
  extended by pl.edu.agh.cast.importer.base.util.ImportConverterInfo

public class ImportConverterInfo
extends Object

Holds and maintains the information about a specific tokenizer.

Author:
AGH CAST Team

Constructor Summary
ImportConverterInfo(String converterId, String name, String description, IImportConverter converter)
          Constructor.
 
Method Summary
 IImportConverter getConverter()
           
 String getConverterId()
           
 String getDescription()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportConverterInfo

public ImportConverterInfo(String converterId,
                           String name,
                           String description,
                           IImportConverter converter)
Constructor.

Parameters:
converterId - converter id
name - converter name
description - converter description
converter - converter instance
Method Detail

getConverterId

public String getConverterId()

getName

public String getName()

getDescription

public String getDescription()

getConverter

public IImportConverter getConverter()


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