|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.registryInitializeSchema
public class registryInitializeSchema
Create tables and init schema (if configured)
Field Summary | |
---|---|
static int |
DROP_THEN_CREATE
constant to drop then create |
static int |
WRITE_AND_RUN_SCRIPT
if we should write and run script, or just write it |
Constructor Summary | |
---|---|
registryInitializeSchema()
|
Method Summary | |
---|---|
static java.lang.String |
invoke(bsh.Interpreter interpreter,
bsh.CallStack stack)
Create tables and init schema (depending on configuration in grouper.properties) |
static java.lang.String |
invoke(bsh.Interpreter interpreter,
bsh.CallStack stack,
int options)
Create tables and init schema (depending on configuration in grouper.properties) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DROP_THEN_CREATE
public static final int WRITE_AND_RUN_SCRIPT
Constructor Detail |
---|
public registryInitializeSchema()
Method Detail |
---|
public static java.lang.String invoke(bsh.Interpreter interpreter, bsh.CallStack stack)
interpreter
- BeanShell interpreter.stack
- BeanShell call stack.
public static java.lang.String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, int options)
interpreter
- BeanShell interpreter.stack
- BeanShell call stack.options
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |