org.jboss.cdi.tck.impl
Class ConfigurationImpl

java.lang.Object
  extended by org.jboss.cdi.tck.impl.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends Object
implements Configuration

CDI TCK configuration implementation.

Author:
Pete Muir, Martin Kouba

Field Summary
 
Fields inherited from interface org.jboss.cdi.tck.api.Configuration
LIBRARY_DIRECTORY_PROPERTY_NAME, TEST_DATASOURCE_PROPERTY_NAME, TEST_JMS_CONNECTION_FACTORY, TEST_JMS_QUEUE, TEST_JMS_TOPIC
 
Constructor Summary
protected ConfigurationImpl()
           
 
Method Summary
 Beans getBeans()
           
<T extends javax.enterprise.context.spi.Context>
Contexts<T>
getContexts()
           
 EL getEl()
           
 String getLibraryDirectory()
           
 String getTestDataSource()
           
 String getTestJmsConnectionFactory()
           
 String getTestJmsQueue()
           
 String getTestJmsTopic()
           
 void setBeans(Beans beans)
           
<T extends javax.enterprise.context.spi.Context>
void
setContexts(Contexts<T> contexts)
           
 void setEl(EL el)
           
 void setLibraryDirectory(String libraryDirectory)
           
 void setTestDataSource(String testDataSource)
           
 void setTestJmsConnectionFactory(String testJmsConnectionFactory)
           
 void setTestJmsQueue(String testJmsQueue)
           
 void setTestJmsTopic(String testJmsTopic)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationImpl

protected ConfigurationImpl()
Method Detail

getBeans

public Beans getBeans()
Specified by:
getBeans in interface Configuration

setBeans

public void setBeans(Beans beans)
Specified by:
setBeans in interface Configuration

getContexts

public <T extends javax.enterprise.context.spi.Context> Contexts<T> getContexts()
Specified by:
getContexts in interface Configuration

setContexts

public <T extends javax.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)
Specified by:
setContexts in interface Configuration

getEl

public EL getEl()
Specified by:
getEl in interface Configuration

setEl

public void setEl(EL el)
Specified by:
setEl in interface Configuration

getLibraryDirectory

public String getLibraryDirectory()
Specified by:
getLibraryDirectory in interface Configuration

setLibraryDirectory

public void setLibraryDirectory(String libraryDirectory)
Specified by:
setLibraryDirectory in interface Configuration

getTestDataSource

public String getTestDataSource()
Specified by:
getTestDataSource in interface Configuration

setTestDataSource

public void setTestDataSource(String testDataSource)
Specified by:
setTestDataSource in interface Configuration

getTestJmsConnectionFactory

public String getTestJmsConnectionFactory()
Specified by:
getTestJmsConnectionFactory in interface Configuration

setTestJmsConnectionFactory

public void setTestJmsConnectionFactory(String testJmsConnectionFactory)
Specified by:
setTestJmsConnectionFactory in interface Configuration

getTestJmsQueue

public String getTestJmsQueue()
Specified by:
getTestJmsQueue in interface Configuration

setTestJmsQueue

public void setTestJmsQueue(String testJmsQueue)
Specified by:
setTestJmsQueue in interface Configuration

getTestJmsTopic

public String getTestJmsTopic()
Specified by:
getTestJmsTopic in interface Configuration

setTestJmsTopic

public void setTestJmsTopic(String testJmsTopic)
Specified by:
setTestJmsTopic in interface Configuration

toString

public String toString()
Overrides:
toString in class Object


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