Package ejava.examples.schemagen
Class SchemaGenTest
- java.lang.Object
-
- ejava.examples.schemagen.SchemaGenTest
-
public class SchemaGenTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description SchemaGenTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createScript()
void
dropScript()
private String
readScript(String type)
-
-
-
Method Detail
-
readScript
private String readScript(String type) throws FileNotFoundException
- Throws:
FileNotFoundException
-
createScript
public void createScript() throws FileNotFoundException
- Throws:
FileNotFoundException
-
dropScript
public void dropScript() throws FileNotFoundException
- Throws:
FileNotFoundException
-
-