Forge - Shell API 1.2.0.Final

org.jboss.forge.project.build
Interface ProjectBuilder


public interface ProjectBuilder

Used to configure and execute the project build system.

Author:
Lincoln Baxter, III

Method Summary
 ProjectBuilder addArguments(String... args)
          Manually add an argument to be passed to the underlying build system.
 Resource<?> build()
          Execute the build.
 ProjectBuilder runTests(boolean test)
          Enable or disable test execution during build.
 

Method Detail

addArguments

ProjectBuilder addArguments(String... args)
Manually add an argument to be passed to the underlying build system.


runTests

ProjectBuilder runTests(boolean test)
Enable or disable test execution during build.


build

Resource<?> build()
                  throws BuildException
Execute the build.

Throws:
BuildException

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.