Interface CommandParameter

All Known Implementing Classes:
CommandArgument, CommandFlag

public interface CommandParameter
  • Method Details

    • getPosition

      int getPosition()
    • getTypeName

      String getTypeName()
    • getType

      ArgType<?> getType()
    • getConstraint

      Constraint<?> getConstraint()
    • getName

      String getName()
    • getNameAndConstraint

      default String getNameAndConstraint()