Package aQute.bnd.main
Interface bnd.runtestsOptions
-
- All Superinterfaces:
bnd.excludeOptions
,bnd.verboseOptions
,bnd.workspaceOptions
,Options
- Enclosing class:
- bnd
static interface bnd.runtestsOptions extends bnd.workspaceOptions, bnd.verboseOptions, bnd.excludeOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
dir()
java.lang.String
reportdir()
java.lang.String
title()
-
Methods inherited from interface aQute.bnd.main.bnd.excludeOptions
exclude
-
Methods inherited from interface aQute.bnd.main.bnd.verboseOptions
verbose
-
Methods inherited from interface aQute.bnd.main.bnd.workspaceOptions
workspace
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-