public class ParserFactory
extends java.lang.Object
| Constructor and Description |
|---|
ParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
IParser |
createParser(java.lang.String concreteClassName)
Creates different types of parser objects which are
responsible for reading the input files.
|
public IParser createParser(java.lang.String concreteClassName)
concreteClassName - parser type