Interface CommandParameter
- All Known Implementing Classes:
CommandArgument,CommandFlag
public interface CommandParameter
-
Method Summary
Modifier and TypeMethodDescriptionConstraint<?>getName()default StringintArgType<?>getType()
-
Method Details
-
getPosition
int getPosition() -
getTypeName
String getTypeName() -
getType
ArgType<?> getType() -
getConstraint
Constraint<?> getConstraint() -
getName
String getName() -
getNameAndConstraint
-