Package aQute.bnd.main
Interface DiffCommand.diffOptions
-
- All Superinterfaces:
Options
- Enclosing class:
- DiffCommand
static interface DiffCommand.diffOptions extends Options
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
api()
boolean
full()
java.util.Collection<java.lang.String>
ignore()
boolean
manifest()
java.io.File
output()
java.util.Collection<java.lang.String>
pack()
boolean
resources()
boolean
xml()
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-