public interface BuildService
Modifier and Type | Method and Description |
---|---|
IncrementalBuildResults |
addPackageResource(org.uberfire.backend.vfs.Path resource)
Add a Package resource to the build.
|
IncrementalBuildResults |
applyBatchResourceChanges(Project project,
Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
Process a batch of changes to a Project's resources.
|
BuildResults |
build(Project project)
Full build without deployment
|
BuildResults |
buildAndDeploy(Project project)
Full build with deployment
|
IncrementalBuildResults |
deletePackageResource(org.uberfire.backend.vfs.Path resource)
Remove a Package resource from the build.
|
boolean |
isBuilt(Project project)
Check whether a Project has been built
|
IncrementalBuildResults |
updatePackageResource(org.uberfire.backend.vfs.Path resource)
Update an existing Package resource in the build.
|
BuildResults build(Project project)
project
- BuildResults buildAndDeploy(Project project)
project
- boolean isBuilt(Project project)
project
- IncrementalBuildResults addPackageResource(org.uberfire.backend.vfs.Path resource)
resource
- IncrementalBuildResults deletePackageResource(org.uberfire.backend.vfs.Path resource)
resource
- IncrementalBuildResults updatePackageResource(org.uberfire.backend.vfs.Path resource)
resource
- IncrementalBuildResults applyBatchResourceChanges(Project project, Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
project
- changes
- Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.