public class AeshCommandRegistryBuilder extends Object
Constructor and Description |
---|
AeshCommandRegistryBuilder() |
Modifier and Type | Method and Description |
---|---|
AeshCommandRegistryBuilder |
command(Class<? extends Command> command) |
AeshCommandRegistryBuilder |
command(Command command) |
AeshCommandRegistryBuilder |
command(CommandContainer commandContainer) |
AeshCommandRegistryBuilder |
command(CommandLineParser parser) |
AeshCommandRegistryBuilder |
command(ProcessedCommand processedCommand) |
AeshCommandRegistryBuilder |
commands(Class<? extends Command>... commands) |
AeshCommandRegistryBuilder |
containerBuilder(CommandContainerBuilder builder) |
CommandRegistry |
create() |
public AeshCommandRegistryBuilder containerBuilder(CommandContainerBuilder builder)
public AeshCommandRegistryBuilder command(Class<? extends Command> command)
public AeshCommandRegistryBuilder commands(Class<? extends Command>... commands)
public AeshCommandRegistryBuilder command(ProcessedCommand processedCommand)
public AeshCommandRegistryBuilder command(CommandContainer commandContainer)
public AeshCommandRegistryBuilder command(CommandLineParser parser)
public AeshCommandRegistryBuilder command(Command command)
public CommandRegistry create()
Copyright © 2022 JBoss by Red Hat. All rights reserved.