Interface bnd.buildxOptions

All Superinterfaces:
Options
Enclosing class:
bnd

static interface bnd.buildxOptions extends Options
  • Method Details

    • output

      String output()
    • classpath

      List<String> classpath()
    • sourcepath

      List<String> sourcepath()
    • eclipse

      boolean eclipse()
    • noeclipse

      boolean noeclipse()
    • sources

      boolean sources()
    • pom

      boolean pom()
    • force

      boolean force()