Package ubic.gemma.cli.util
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 byConverter
that can use an external command to get possible values.- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getPossibleValuesCommand()
Command that can be used to get possible values.
-
-
-
Method Detail
-
getPossibleValuesCommand
String[] getPossibleValuesCommand()
Command that can be used to get possible values.
-
-