org.jboss.cdi.tck.impl
Class ConfigurationFactory

java.lang.Object
  extended by org.jboss.cdi.tck.impl.ConfigurationFactory

public final class ConfigurationFactory
extends Object

Pulled from jboss-test-harness.

Author:
Martin Kouba

Method Summary
static Configuration get()
           
static Configuration get(boolean deploymentPhase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Configuration get(boolean deploymentPhase)
Parameters:
deploymentPhase - Deployment phase (building test archive) initialization includes deployment specific properties
Returns:
current JSR299 configuration

get

public static Configuration get()
Returns:
current JSR299 configuration


Copyright © 2008-2012 Seam Framework. All Rights Reserved.