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