站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

AntHelper (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.ant
Class AntHelper

java.lang.Object
  extended by org.jbpm.ant.AntHelper

public abstract class AntHelper
extends java.lang.Object

common strategy for jbpm ant tasks to obtain a hibernate SessionFactory.


Constructor Summary
AntHelper()
           
 
Method Summary
static org.hibernate.cfg.Configuration getConfiguration(java.lang.String cfgFileName, java.lang.String propertiesFileName)
           
static JbpmConfiguration getJbpmConfiguration(java.lang.String cfg, java.lang.String properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntHelper

public AntHelper()
Method Detail

getConfiguration

public static org.hibernate.cfg.Configuration getConfiguration(java.lang.String cfgFileName,
                                                               java.lang.String propertiesFileName)

getJbpmConfiguration

public static JbpmConfiguration getJbpmConfiguration(java.lang.String cfg,
                                                     java.lang.String properties)


Version : jbpm-3.1.3