接口 CommandParameter


  • public interface CommandParameter
    The parameter of command.
    另请参阅:
    MParameter
    • 方法详细资料

      • name

        String name()
        Get the option name of this parameter.
        返回:
        The option name.
      • type

        Class<?> type()
        The mark type.
        返回:
        The type.
      • require

        boolean require()
        Does this parameter must exists?
        返回:
        Need exists.