|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.extensions.InputDBParser
public final class InputDBParser
This class provides helper methods for the extension point ch.sahits.codegen.java.inputdbparser
| Constructor Summary | |
|---|---|
InputDBParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
getDataBaseProducts()
Retrieve a list of all database products that have an implementation supplied by an extension point. |
static IDBInputParser |
getParser(java.lang.String dbProduct)
Retrieve the IDBInputParser from the
extension point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputDBParser()
| Method Detail |
|---|
public static IDBInputParser getParser(java.lang.String dbProduct)
IDBInputParser from the
extension point. If there are more than one implementation
for one and the same database product registered, the one
with the highest ranking is choosen.
dbProduct - name of the database product
IDBInputParserpublic static java.lang.String[] getDataBaseProducts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||