ch.sahits.codegen.java.input
Class InputParserFactory

java.lang.Object
  extended by ch.sahits.codegen.java.input.InputParserFactory

Deprecated. This class has no implementation an is not used within the plug-in

@Deprecated
public class InputParserFactory
extends java.lang.Object

This factory class generates provides you with a concrete instance of an input parser. There are different ways to go about. If you choose a database table then a parser for the indicated product is used. Should the input be a file the concrete parser is based on the contents of input file.

Since:
0.9.0
Author:
Andi Hotz

Constructor Summary
InputParserFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputParserFactory

public InputParserFactory()
Deprecated.