org.jbpm.ant
Class AntHelper

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

public class AntHelper
extends java.lang.Object

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


Method Summary
static org.hibernate.cfg.Configuration getConfiguration(java.lang.String hibernateCfgResource, java.lang.String hibernatePropertiesResource)
           
static JbpmConfiguration getJbpmConfiguration(java.lang.String jbpmCfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfiguration

public static org.hibernate.cfg.Configuration getConfiguration(java.lang.String hibernateCfgResource,
                                                               java.lang.String hibernatePropertiesResource)

getJbpmConfiguration

public static JbpmConfiguration getJbpmConfiguration(java.lang.String jbpmCfg)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.