Package aQute.bnd.main
Interface RepoCommand.getOptions
-
- All Superinterfaces:
Options
- Enclosing class:
- RepoCommand
static interface RepoCommand.getOptions extends Options
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
from()
boolean
lowest()
java.lang.String
output()
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
output
java.lang.String output()
-
lowest
boolean lowest()
-
from
Instruction from()
-
-