pl.edu.agh.cast.importer.base.util
Class ImportConverterInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportConverterInfo
public ImportConverterInfo(String converterId,
String name,
String description,
IImportConverter converter)
- Constructor.
- Parameters:
converterId
- converter idname
- converter namedescription
- converter descriptionconverter
- converter instance
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.