Package cc.mallet.util
Interface CommandOption.ListProviding
-
- Enclosing class:
- CommandOption
public static interface CommandOption.ListProviding
For objects that can provide CommandOption.List's (which can be merged into other lists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandOption.List
getCommandOptionList()
-
-
-
Method Detail
-
getCommandOptionList
CommandOption.List getCommandOptionList()
-
-