Package rife.config
Class RifeConfig
java.lang.Object
rife.config.RifeConfig
Provides configuration over RIFE2 itself.
- Since:
- 1.0
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Field Summary
Modifier and TypeFieldDescriptionfinal RifeConfig.CmfConfig
final RifeConfig.EngineConfig
final RifeConfig.GlobalConfig
final RifeConfig.ToolsConfig
final RifeConfig.XmlConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RifeConfig.CmfConfig
cmf()
static RifeConfig.DatabaseConfig
database()
static RifeConfig.EngineConfig
engine()
static RifeConfig.GlobalConfig
global()
static RifeConfig
instance()
Returns the shared singleton instance of theRifeConfig
class.static RifeConfig.ResourcesConfig
static RifeConfig.SchedulerConfig
static RifeConfig.TemplateConfig
template()
static RifeConfig.ToolsConfig
tools()
static RifeConfig.XmlConfig
xml()
-
Field Details
-
global
-
authentication
-
database
-
cmf
-
engine
-
resources
-
scheduler
-
template
-
tools
-
xml
-
-
Constructor Details
-
RifeConfig
protected RifeConfig()
-
-
Method Details
-
instance
Returns the shared singleton instance of theRifeConfig
class.- Returns:
- the singleton
RifeConfig
instance - Since:
- 1.0
-
global
-
authentication
-
database
-
cmf
-
engine
-
resources
-
scheduler
-
template
-
tools
-
xml
-