| Package | Description |
|---|---|
| com.datasiqn.commandcore.command.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandNode<This extends CommandNode<This>>
Represents a node that can be added onto a command
|
class |
CommandNode<This extends CommandNode<This>>
Represents a node that can be added onto a command
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentBuilder<T>
Represents an argument node
|
class |
LiteralBuilder
Represents a literal node
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CommandNode<?>> |
CommandLink.children |
protected List<CommandNode<?>> |
CommandLink.children |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<CommandNode<?>> |
CommandNode.getComparator()
Gets the comparator for command nodes
|
static Comparator<CommandNode<?>> |
CommandNode.getComparator()
Gets the comparator for command nodes
|
| Modifier and Type | Method and Description |
|---|---|
T |
CommandLink.then(@NotNull CommandNode<?> node)
Adds a new node onto this command builder
|
T |
CommandLink.then(@NotNull CommandNode<?> node)
Adds a new node onto this command builder
|
Copyright © 2024. All rights reserved.