Interface EnumeratedByCommandConverter<T,​E extends Throwable>

  • All Superinterfaces:
    org.apache.commons.cli.Converter<T,​E>
    All Known Implementing Classes:
    EnumeratedByCommandStringConverter

    public interface EnumeratedByCommandConverter<T,​E extends Throwable>
    extends org.apache.commons.cli.Converter<T,​E>
    This interface is implemented by Converter that can use an external command to get possible values.
    Author:
    poirigui
    • Field Summary

      • Fields inherited from interface org.apache.commons.cli.Converter

        CLASS, DATE, DEFAULT, FILE, NUMBER, OBJECT, PATH, URL
    • Method Detail

      • getPossibleValuesCommand

        String[] getPossibleValuesCommand()
        Command that can be used to get possible values.