public class CompareSchemasCommand extends AbstractCommand
log, name, paramParser| Constructor and Description |
|---|
CompareSchemasCommand() |
| Modifier and Type | Method and Description |
|---|---|
CliSession.Action |
getAction(CliSession session,
ParseContext ctx,
boolean complete,
Map<String,Object> params)
Process command line parameters and return action.
|
String |
getHelpSummary()
Get summarized help (typically a single line).
|
protected static SchemaModel |
getSchemaModel(CliSession session,
int version) |
protected static <R> R |
runWithoutSchema(CliSession session,
org.jsimpledb.cli.cmd.AbstractSchemaCommand.SchemaAgnosticAction<R> action) |
getHelpDetail, getName, getParser, getSessionModes, getUsage, parsepublic String getHelpSummary()
AbstractCommandgetHelpSummary in interface CommandgetHelpSummary in class AbstractCommandpublic CliSession.Action getAction(CliSession session, ParseContext ctx, boolean complete, Map<String,Object> params)
AbstractCommandgetAction in class AbstractCommandsession - CLI sessionctx - input to parsecomplete - false if parse is "for real", true if only for tab completion calculationparams - parsed parameters indexed by nameprotected static SchemaModel getSchemaModel(CliSession session, int version)
protected static <R> R runWithoutSchema(CliSession session, org.jsimpledb.cli.cmd.AbstractSchemaCommand.SchemaAgnosticAction<R> action)
Copyright © 2016. All rights reserved.