Uses of Class
aQute.lib.specinterface.SpecInterface
-
Packages that use SpecInterface Package Description aQute.lib.specinterface -
-
Uses of SpecInterface in aQute.lib.specinterface
Methods in aQute.lib.specinterface that return SpecInterface Modifier and Type Method Description static <T> SpecInterface<T>
SpecInterface. getOptions(java.lang.Class<T> specification, java.util.List<java.lang.String> args, java.io.File base)
Parse the options in a command line and return an interface that provides the options from this command line.
-