| Home >> All >> com >> mycompany |
| | com.mycompany.checks.* (2) | | com.mycompany.filters.* (1) | | com.mycompany.listeners.* (3) |
Package Samples:
com.mycompany.checks
com.mycompany.filters
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
LimitImplementationFiles: An example for a user provided FileSetCheck, checks that the number of files does not excced a certain limit. This Class is provided for educational purposes only, we do not consider it useful to check your production code.
VerboseListener: An AuditListener that reports every event to an output stream.
MethodLimitCheck
FilesFilter
| Home | Contact Us | Privacy Policy | Terms of Service |