Package aQute.bnd.main
Interface Profiles.CreateOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
bsn()
Glob
extension()
Instructions
match()
java.lang.String
output()
java.lang.String[]
properties()
Version
version()
-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
properties
java.lang.String[] properties()
-
bsn
java.lang.String bsn()
-
version
Version version()
-
match
Instructions match()
-
output
java.lang.String output()
-
extension
Glob extension()
-
-