| Package | Description |
|---|---|
| org.guvnor.common.services.project.builder.service |
| Modifier and Type | Method and Description |
|---|---|
IncrementalBuildResults |
BuildService.addPackageResource(org.uberfire.backend.vfs.Path resource)
Add a Package resource to the build.
|
IncrementalBuildResults |
BuildService.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.
|
IncrementalBuildResults |
BuildService.deletePackageResource(org.uberfire.backend.vfs.Path resource)
Remove a Package resource from the build.
|
IncrementalBuildResults |
BuildService.updatePackageResource(org.uberfire.backend.vfs.Path resource)
Update an existing Package resource in the build.
|
IncrementalBuildResults |
BuildService.updatePackageResource(org.uberfire.backend.vfs.Path resource,
String content)
Update an existing Package resource in the build with a new content.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.