Package aQute.bnd.main
Interface bnd.ExportOptions
-
- All Superinterfaces:
bnd.excludeOptions
,bnd.projectOptions
,bnd.ProjectWorkspaceOptions
,bnd.verboseOptions
,bnd.workspaceOptions
,Options
- Enclosing class:
- bnd
static interface bnd.ExportOptions extends bnd.ProjectWorkspaceOptions
Export a bndrun file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
exporter()
java.lang.String
output()
java.lang.String
workspace()
-
Methods inherited from interface aQute.bnd.main.bnd.excludeOptions
exclude
-
Methods inherited from interface aQute.bnd.main.bnd.projectOptions
project
-
Methods inherited from interface aQute.bnd.main.bnd.verboseOptions
verbose
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
workspace
java.lang.String workspace()
- Specified by:
workspace
in interfacebnd.workspaceOptions
-
exporter
java.util.List<java.lang.String> exporter()
-
output
java.lang.String output()
-
-