| Package | Description |
|---|---|
| com.datasiqn.commandcore |
| Modifier and Type | Method and Description |
|---|---|
InitOptions.Builder |
InitOptions.Builder.aliases(String... aliases)
Sets the aliases of the root command
|
InitOptions.Builder |
InitOptions.Builder.aliases(String... aliases)
Sets the aliases of the root command
|
static @NotNull InitOptions.Builder |
InitOptions.Builder.create(@NotNull String rootCommand)
Creates a new
Builder instance. |
static @NotNull InitOptions.Builder |
InitOptions.Builder.create(@NotNull String rootCommand)
Creates a new
Builder instance. |
InitOptions.Builder |
InitOptions.Builder.createHelpCommand(boolean flag)
Sets whether a help command should be created or not
|
InitOptions.Builder |
InitOptions.Builder.createHelpCommand(boolean flag)
Sets whether a help command should be created or not
|
InitOptions.Builder |
InitOptions.Builder.pluginName(@NotNull String name)
Sets the custom plugin name that appears when showing the help screen
|
InitOptions.Builder |
InitOptions.Builder.pluginName(@NotNull String name)
Sets the custom plugin name that appears when showing the help screen
|
InitOptions.Builder |
InitOptions.Builder.warnOn(InitOptions.Warning... warnings)
Tells
CommandCore what warnings it should give when you register a command |
InitOptions.Builder |
InitOptions.Builder.warnOn(InitOptions.Warning... warnings)
Tells
CommandCore what warnings it should give when you register a command |
| Constructor and Description |
|---|
InitOptions(@NotNull InitOptions.Builder builder)
Creates an
InitOptions from a Builder |
InitOptions(@NotNull InitOptions.Builder builder)
Creates an
InitOptions from a Builder |
Copyright © 2024. All rights reserved.