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

Quick Search    Search Deep

com.mycompany.listeners: Javadoc index of package com.mycompany.listeners.


Package Samples:

com.mycompany.listeners

Classes:

MailLogger: Buffers log messages from DefaultLogger, and sends an e-mail with the results. The following Project properties are used to send the mail. MailLogger.mailhost [default: localhost] - Mail server to use MailLogger.from [required] - Mail "from" address MailLlistener.failure.notify [default: true] - Send build failure e-mails? MailLogger.success.notify [default: true] - Send build success e-mails? MailLogger.failure.to [required if failure mail to be sent] - Address to send failure messages to MailLogger.success.to [required if success mail to be sent] - Address to send success messages to MailLogger.failure.subject ...
CommonsLoggingListener: Jakarta Commons Logging listener. Note: With Ant, do not use the SimpleLog as your logger implementation as it causes an infinite loop since it writes to System.err, which Ant traps and reroutes to the logger/listener layer. Based on org.apache.tools.ant.listener.CommonsLoggingListener>org.apache.tools.ant.listener.CommonsLoggingListener
VerboseListener: An AuditListener that reports every event to an output stream.

Home | Contact Us | Privacy Policy | Terms of Service