Interface bnd.createOptions

All Superinterfaces:
Options
Enclosing class:
bnd

static interface bnd.createOptions extends Options
Options for the jar create command.
  • Method Details

    • verbose

      boolean verbose()
    • nocompression

      boolean nocompression()
    • Manifest

      boolean Manifest()
    • manifest

      String manifest()
    • file

      String file()
    • cdir

      String cdir()
    • wrap

      boolean wrap()
    • properties

      String properties()
    • bsn

      String bsn()
    • version

      Version version()
    • force

      boolean force()