Class BPMPostBuildHandler
- java.lang.Object
-
- org.jbpm.workbench.wi.backend.server.builder.BPMPostBuildHandler
-
- All Implemented Interfaces:
org.guvnor.common.services.project.builder.service.PostBuildHandler
@ApplicationScoped public class BPMPostBuildHandler extends Object implements org.guvnor.common.services.project.builder.service.PostBuildHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description BPMPostBuildHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.guvnor.common.services.project.builder.model.BuildResults buildResults)voidsetDeploymentDescriptorService(org.jbpm.workbench.wi.dd.service.DDEditorService deploymentDescriptorService)voidsetIoService(org.uberfire.io.IOService ioService)
-
-
-
Method Detail
-
process
public void process(org.guvnor.common.services.project.builder.model.BuildResults buildResults)
- Specified by:
processin interfaceorg.guvnor.common.services.project.builder.service.PostBuildHandler
-
setDeploymentDescriptorService
public void setDeploymentDescriptorService(org.jbpm.workbench.wi.dd.service.DDEditorService deploymentDescriptorService)
-
setIoService
public void setIoService(org.uberfire.io.IOService ioService)
-
-