public class FactoryBuilder
extends java.lang.Object
Constructor and Description |
---|
FactoryBuilder() |
Modifier and Type | Method and Description |
---|---|
static AsamOdsFactoryIF |
getAsamOdsFactory()
Get an instance of the asamods factory.
|
static XSDContextIF |
getDefaultContext(java.lang.String[] args,
java.lang.String version)
Get a default context.
|
static XSDContextIF |
getDefaultContext(java.lang.String[] args,
java.lang.String version,
boolean initializeLoggers)
Get a default context.
|
static ImplementationFactoryIF |
getImplementationFactory()
Get an instance of the implementation factory.
|
static LoggerFactoryIF |
getLoggerFactory()
Get an instance of the logger factory.
|
static MailFactoryIF |
getMailFactory()
Get an instance of the mail factory.
|
static PropertyFactoryIF |
getPropertyFactory()
Get an instance of the property factory.
|
public static ImplementationFactoryIF getImplementationFactory()
public static AsamOdsFactoryIF getAsamOdsFactory()
public static LoggerFactoryIF getLoggerFactory()
public static MailFactoryIF getMailFactory()
public static PropertyFactoryIF getPropertyFactory()
public static XSDContextIF getDefaultContext(java.lang.String[] args, java.lang.String version)
args
- the arguments that are available as context build-in variables.version
- the version of the application.public static XSDContextIF getDefaultContext(java.lang.String[] args, java.lang.String version, boolean initializeLoggers)
args
- the arguments that are available as context build-in variables.version
- the version of the application.initializeLoggers
- if true the loggers will be initialized.
This flag can be used when the loggers are already initialized by calling thread.