Uses of Class
org.mycore.common.MCRConfiguration

Packages that use MCRConfiguration
org.mycore.backend.hibernate   
org.mycore.backend.lucene   
org.mycore.common   
org.mycore.common.xml   
org.mycore.datamodel.common   
org.mycore.datamodel.metadata   
org.mycore.frontend   
org.mycore.frontend.cli   
org.mycore.services.z3950   
org.mycore.user   
 

Uses of MCRConfiguration in org.mycore.backend.hibernate
 

Fields in org.mycore.backend.hibernate declared as MCRConfiguration
(package private) static MCRConfiguration MCRHIBResumptionTokenStore.config
           
 

Uses of MCRConfiguration in org.mycore.backend.lucene
 

Fields in org.mycore.backend.lucene declared as MCRConfiguration
(package private)  MCRConfiguration MCRLuceneTools.config
           
 

Uses of MCRConfiguration in org.mycore.common
 

Fields in org.mycore.common declared as MCRConfiguration
protected static MCRConfiguration MCRConfiguration.singleton
          The single instance of this class that will be used at runtime
 

Methods in org.mycore.common that return MCRConfiguration
static MCRConfiguration MCRConfiguration.instance()
          Returns the single instance of this class that can be used to read and manage the configuration properties.
 

Uses of MCRConfiguration in org.mycore.common.xml
 

Fields in org.mycore.common.xml declared as MCRConfiguration
(package private) static MCRConfiguration MCRXMLFunctions.CONFIG
           
 

Uses of MCRConfiguration in org.mycore.datamodel.common
 

Fields in org.mycore.datamodel.common declared as MCRConfiguration
(package private) static MCRConfiguration MCRXMLTableManager.CONFIG
           
 

Uses of MCRConfiguration in org.mycore.datamodel.metadata
 

Fields in org.mycore.datamodel.metadata declared as MCRConfiguration
protected static MCRConfiguration MCRObjectID.CONFIG
           
protected static MCRConfiguration MCRMetaElement.CONFIG
           
protected static MCRConfiguration MCRBase.mcr_conf
           
 

Uses of MCRConfiguration in org.mycore.frontend
 

Fields in org.mycore.frontend declared as MCRConfiguration
(package private) static MCRConfiguration MCRWebsiteWriteProtection.MCR_CONFIG
           
 

Uses of MCRConfiguration in org.mycore.frontend.cli
 

Fields in org.mycore.frontend.cli declared as MCRConfiguration
protected static MCRConfiguration MCRAbstractCommands.CONFIG
          The configuration instance
 

Uses of MCRConfiguration in org.mycore.services.z3950
 

Fields in org.mycore.services.z3950 declared as MCRConfiguration
protected static MCRConfiguration MCRZ3950QueryService.CONFIG
           
 

Uses of MCRConfiguration in org.mycore.user
 

Fields in org.mycore.user declared as MCRConfiguration
protected static MCRConfiguration MCRUserObject.config