Package aQute.bnd.main
Interface bnd.ActionOptions
-
- All Superinterfaces:
bnd.projectOptions
,Options
- Enclosing class:
- bnd
static interface bnd.ActionOptions extends bnd.projectOptions
List actions of the repositories if they implement Actionable and allow them to be executed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Glob
filter()
boolean
tooltip()
-
Methods inherited from interface aQute.bnd.main.bnd.projectOptions
project
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
filter
Glob filter()
-
tooltip
boolean tooltip()
-
-