public class LdapschemaSyntaxRuleInfoSubCommand extends LdapschemaSubCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASE_COMMAND |
| Constructor and Description |
|---|
LdapschemaSyntaxRuleInfoSubCommand(<any> ldapServiceProvider,
<any> terminalServiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumes(CommandParser parser,
TerminalSession session) |
CommandResult |
execute(CommandParser parser,
TerminalSession session) |
java.lang.String |
getBaseCommand() |
addAutoCompletEntriespublic static final java.lang.String BASE_COMMAND
public LdapschemaSyntaxRuleInfoSubCommand(<any> ldapServiceProvider,
<any> terminalServiceProvider)
public java.lang.String getBaseCommand()
getBaseCommand in interface SubCommandgetBaseCommand in class LdapschemaSubCommandpublic boolean consumes(CommandParser parser, TerminalSession session)
consumes in interface TerminalCommandHookconsumes in class LdapschemaSubCommand@CliHelpMessage(messageClass=LdapMessages.class, name="syntaxRuleInfo", description="commandLdapschema_sub_syntaxruleinfo_description", nonOptArgs=@NonOptArgument(name="attribute",description="commandLdapschema_sub_syntaxruleinfo_description_arg_oid",mandatory=true)) public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException
TerminalException