|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.extensions.InputParser
public final class InputParser
This class encapsules the access to the extension point ch.sahits.codegen.java.inputparser
| Constructor Summary | |
|---|---|
InputParser()
|
|
| Method Summary | |
|---|---|
static IInputParser |
getGenerator(java.lang.String fileExtension)
Retrieve the IInputParser from the
extension point for a specific file extension. |
static IInputParser |
getInputParser(java.lang.String inputFilePath,
java.lang.String dbProduct)
Retrieve an instance of an input paser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputParser()
| Method Detail |
|---|
public static IInputParser getGenerator(java.lang.String fileExtension)
IInputParser from the
extension point for a specific file extension. If there is more than one implementation
for one and the same file extension registered, the one with the
lowest ranking is choosen.
fileExtension - file extension of the input file to be parsed
public static IInputParser getInputParser(java.lang.String inputFilePath,
java.lang.String dbProduct)
inputFilePath - absolute filepath of the input filedbProduct - database product (only needed for SQL files)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||