Guvnor Workbench - WebApp 6.2.0.Beta1

org.guvnor.server
Class BuildServiceImpl

java.lang.Object
  extended by org.guvnor.server.BuildServiceImpl
All Implemented Interfaces:
BuildService

@ApplicationScoped
public class BuildServiceImpl
extends Object
implements BuildService


Constructor Summary
BuildServiceImpl()
           
 
Method Summary
 IncrementalBuildResults addPackageResource(org.uberfire.backend.vfs.Path resource)
           
 IncrementalBuildResults applyBatchResourceChanges(Project project, Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
           
 BuildResults build(Project project)
           
 BuildResults buildAndDeploy(Project project)
           
 IncrementalBuildResults deletePackageResource(org.uberfire.backend.vfs.Path resource)
           
 boolean isBuilt(Project project)
           
 IncrementalBuildResults updatePackageResource(org.uberfire.backend.vfs.Path resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildServiceImpl

public BuildServiceImpl()
Method Detail

build

public BuildResults build(Project project)
Specified by:
build in interface BuildService

buildAndDeploy

public BuildResults buildAndDeploy(Project project)
Specified by:
buildAndDeploy in interface BuildService

isBuilt

public boolean isBuilt(Project project)
Specified by:
isBuilt in interface BuildService

addPackageResource

public IncrementalBuildResults addPackageResource(org.uberfire.backend.vfs.Path resource)
Specified by:
addPackageResource in interface BuildService

deletePackageResource

public IncrementalBuildResults deletePackageResource(org.uberfire.backend.vfs.Path resource)
Specified by:
deletePackageResource in interface BuildService

updatePackageResource

public IncrementalBuildResults updatePackageResource(org.uberfire.backend.vfs.Path resource)
Specified by:
updatePackageResource in interface BuildService

applyBatchResourceChanges

public IncrementalBuildResults applyBatchResourceChanges(Project project,
                                                         Map<org.uberfire.backend.vfs.Path,Collection<org.uberfire.workbench.events.ResourceChange>> changes)
Specified by:
applyBatchResourceChanges in interface BuildService

Guvnor Workbench - WebApp 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.