Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.presumo.util.config.* (4)com.presumo.util.log.* (3)

Package Samples:

com.presumo.util.config
com.presumo.util.log

Classes:

Logger: Interface used by all code within this project to log any type of messages. If you wish to modify Presumo to use your project's logging mechanism simply implement this interface and modify LoggerFactory.
LoggerFactory: Used to encapsulate what logging implementation is being used by the project. Currently, only a log4j wrapper implementation is available.
Configuration: This class along with Preferences abstracts out what configuration subsystem is being used from the JMS implementation.
Preferences: Interface to retrieve configuration information this JMS implementation and plugin extensions use.
Logger4j: Implementation of the Logger interface using Log4j.
PropertyFileConfiguration: Jms Configuration wrapper based on property files.
ConfigTests: Unit tests for this package

Home | Contact Us | Privacy Policy | Terms of Service