Package ubic.gemma.cli.util
Interface EnumeratedByCommandConverter<T,E extends Exception>
- All Superinterfaces:
org.apache.commons.cli.Converter<T,
E>
- All Known Implementing Classes:
EnumeratedByCommandStringConverter
public interface EnumeratedByCommandConverter<T,E extends Exception>
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 Summary
Methods inherited from interface org.apache.commons.cli.Converter
apply
-
Method Details
-
getPossibleValuesCommand
String[] getPossibleValuesCommand()Command that can be used to get possible values.
-