Class CommandPattern.LiteralSegment
java.lang.Object
tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.LiteralSegment
- All Implemented Interfaces:
CommandPattern.CommandSegment
- Enclosing class:
- CommandPattern
public static final class CommandPattern.LiteralSegment
extends Object
implements CommandPattern.CommandSegment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
LiteralSegment
-
-
Method Details
-
getLiteral
-
isOptional
public boolean isOptional()- Specified by:
isOptionalin interfaceCommandPattern.CommandSegment
-
isArgument
public boolean isArgument()- Specified by:
isArgumentin interfaceCommandPattern.CommandSegment
-
signatureToken
- Specified by:
signatureTokenin interfaceCommandPattern.CommandSegment
-