Package org.mycore.common

Interface Summary
MCRCacheManagerMBean  
 

Class Summary
MCRArgumentChecker Deprecated.  
MCRCache Instances of this class can be used as object cache.
MCRCacheManager  
MCRCalendar This class implements all methods for handling calendars in MyCoRe objects and data models.
MCRConfiguration Provides methods to manage and read all configuration properties from the MyCoRe configuration files.
MCRConfigurationTask Ant task that allows 'mycore.properties' manipulation via ant.
MCRConstants This class replaces the deprecated MCRDefaults interface and provides some final static fields of common use.
MCRLanguageDetector Detects the language of a given text string by looking for typical words and word endings for each language.
MCRMailer This class provides methods to send emails from within a MyCoRe application.
MCRNormalizer This class implements only static methods to normalize text values.
MCRSession Instances of this class collect information kept during a session like the currently active user, the preferred language etc.
MCRSessionMgr Manages sessions for a MyCoRe system.
MCRUtils This class represent a general set of external methods to support the programming API.
 

Exception Summary
MCRCatchException Instances of this class represent a general exception thrown by any part of the MyCoRe implementation classes.
MCRConfigurationException Instances of this class represent an exception thrown because of an error in the MyCoRe configuration.
MCRException Instances of this class represent a general exception thrown by any part of the MyCoRe implementation classes.
MCRPersistenceException Instances of this class represent a general exception thrown by the persistency layer of the MyCoRe implementation.
MCRUsageException Instances of MCRUsageException are thrown when the MyCoRe API is used in an illegal way.