Uses of Class
org.guvnor.common.services.project.builder.model.IncrementalBuildResults
-
Packages that use IncrementalBuildResults Package Description org.guvnor.common.services.project.builder.service -
-
Uses of IncrementalBuildResults in org.guvnor.common.services.project.builder.service
Methods in org.guvnor.common.services.project.builder.service that return IncrementalBuildResults Modifier and Type Method Description IncrementalBuildResultsBuildService. addPackageResource(org.uberfire.backend.vfs.Path resource)Add a Package resource to the build.IncrementalBuildResultsBuildService. applyBatchResourceChanges(Module module, Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)Process a batch of changes to a Module's resources.IncrementalBuildResultsBuildService. deletePackageResource(org.uberfire.backend.vfs.Path resource)Remove a Package resource from the build.IncrementalBuildResultsBuildService. updatePackageResource(org.uberfire.backend.vfs.Path resource)Update an existing Package resource in the build.
-