KIE :: CI 6.2.0.CR1

org.kie.api.builder.helper
Class KieModuleDeploymentHelper

java.lang.Object
  extended by org.kie.api.builder.helper.KieModuleDeploymentHelper
Direct Known Subclasses:
FluentKieModuleDeploymentHelper

public class KieModuleDeploymentHelper
extends Object

This class provides users with the ability to programmatically create kjars and deploy them to the available maven repositories.

Both a fluent and "single-method" interface are provided.


Constructor Summary
KieModuleDeploymentHelper()
           
 
Method Summary
static FluentKieModuleDeploymentHelper newFluentInstance()
           
static SingleKieModuleDeploymentHelper newSingleInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KieModuleDeploymentHelper

public KieModuleDeploymentHelper()
Method Detail

newFluentInstance

public static final FluentKieModuleDeploymentHelper newFluentInstance()

newSingleInstance

public static final SingleKieModuleDeploymentHelper newSingleInstance()

KIE :: CI 6.2.0.CR1

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