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() |
addAutoCompletEntries
public static final java.lang.String BASE_COMMAND
public LdapschemaSyntaxRuleInfoSubCommand(<any> ldapServiceProvider, <any> terminalServiceProvider)
public java.lang.String getBaseCommand()
getBaseCommand
in interface SubCommand
getBaseCommand
in class LdapschemaSubCommand
public boolean consumes(CommandParser parser, TerminalSession session)
consumes
in interface TerminalCommandHook
consumes
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