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 projectException
public void changed(Project p) throws Exception
p
- the project that is changedException
Copyright © 2018 aQute SARL. All rights reserved.