Package org.kie.server.gateway
Class KieServerGateway
- java.lang.Object
-
- org.kie.server.gateway.KieServerGateway
-
public class KieServerGateway extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.apache.maven.project.MavenProject project, String container, org.kie.internal.runtime.conf.RuntimeStrategy strategy)voiddispose(String container)voidinit()voidupdate(org.apache.maven.project.MavenProject project, String container)
-
-
-
Method Detail
-
init
public void init() throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-
deploy
public void deploy(org.apache.maven.project.MavenProject project, String container, org.kie.internal.runtime.conf.RuntimeStrategy strategy) throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-
dispose
public void dispose(String container) throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
-
update
public void update(org.apache.maven.project.MavenProject project, String container) throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-
-