Forge - Parent 1.0.5-SNAPSHOT

org.jboss.forge.project.build
Interface ProjectBuilder

All Known Implementing Classes:
MavenProjectBuilder

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 - Parent 1.0.5-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.