Interface bnd.buildxOptions

  • All Superinterfaces:
    Options
    Enclosing class:
    bnd

    static interface bnd.buildxOptions
    extends Options
    • Method Detail

      • output

        java.lang.String output()
      • classpath

        java.util.List<java.lang.String> classpath()
      • sourcepath

        java.util.List<java.lang.String> sourcepath()
      • eclipse

        boolean eclipse()
      • noeclipse

        boolean noeclipse()
      • sources

        boolean sources()
      • pom

        boolean pom()
      • force

        boolean force()