|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.akquinet.jbosscc.needle.configuration.NeedleConfiguration
public final class NeedleConfiguration
Loads an holds the configuration of needle. Needle configuration can be defined in needle.properties files anywhere in the classpath.
| Method Summary | |
|---|---|
static Set<Class<Annotation>> |
getCustomInjectionAnnotations()
Returns the configured custom Annotation classes for default mock
injections. |
static Set<Class<InjectionProvider<?>>> |
getCustomInjectionProviderClasses()
Returns the configured custom InjectionProvider classes. |
static String |
getDBOperationClassName()
Returns the configured database operation class name. |
static String |
getHibernateCfgFilename()
Returns the name of the configured hibernate.cfg file |
static String |
getJdbcDriver()
|
static String |
getJdbcPassword()
|
static String |
getJdbcUrl()
|
static String |
getJdbcUser()
|
static String |
getMockProviderClassName()
Returns the configured mock provider class name |
static String |
getPersistenceunitName()
Returns the configured jpa persistence unit name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getPersistenceunitName()
public static String getHibernateCfgFilename()
public static String getDBOperationClassName()
public static String getJdbcUrl()
public static String getJdbcDriver()
public static String getJdbcUser()
public static String getJdbcPassword()
public static String getMockProviderClassName()
public static Set<Class<Annotation>> getCustomInjectionAnnotations()
Annotation classes for default mock
injections.
Set of Annotation classespublic static Set<Class<InjectionProvider<?>>> getCustomInjectionProviderClasses()
InjectionProvider classes.
Set of InjectionProvider classes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||