public class MultiBuilder extends Object
| Constructor and Description |
|---|
MultiBuilder(Workspace workspace)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
File[] |
build(Project p)
Return the build result of a project.
|
void |
changed(Project p)
Indicate that the project has changed.
|
void |
schedule(boolean sync)
Schedule a new build if no build is running otherwise return.
|
public MultiBuilder(Workspace workspace)
workspace - the workspace this MultiBuilder works for.public File[] build(Project p) throws Exception
p - the projectExceptionpublic void changed(Project p) throws Exception
p - the project that is changedExceptionCopyright © 2015 aQute SARL. All rights reserved.