|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.templates.transformer.LoadExternalSchemaTransformer
public class LoadExternalSchemaTransformer
A SourceTransformer which loads the external schemata tables and views into the current graph.
Constructor Summary | |
---|---|
LoadExternalSchemaTransformer()
Standard constructor. |
|
LoadExternalSchemaTransformer(File baseDir)
Constructor to override base dir. |
Method Summary | |
---|---|
SourceElement |
transform(SourceElement root,
ControllerState controllerState)
Loads the external schemata tables into the current graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadExternalSchemaTransformer()
public LoadExternalSchemaTransformer(File baseDir)
baseDir
- the new base dir.Method Detail |
---|
public SourceElement transform(SourceElement root, ControllerState controllerState) throws SourceTransformerException
transform
in interface SourceTransformer
root
- the database root element of the source tree, not null.controllerState
- the controller state, not null.
SourceTransformerException
- if the transformation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |