net.sf.mmapps.modules.linkchecker.plugins
Class ReportPlugin
java.lang.Object
net.sf.mmapps.modules.linkchecker.plugins.ReportPlugin
- All Implemented Interfaces:
- ReactorPlugin
- public class ReportPlugin
- extends java.lang.Object
- implements ReactorPlugin
- Author:
- Kees Jongenburger
|
Method Summary |
Links |
handle(Links links,
java.util.Properties properties)
|
void |
init(java.util.Properties properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPORT_TITLE_PROPERTY_NAME
public static final java.lang.String REPORT_TITLE_PROPERTY_NAME
- See Also:
- Constant Field Values
SMTP_HOST_PROPERTY_NAME
public static final java.lang.String SMTP_HOST_PROPERTY_NAME
- See Also:
- Constant Field Values
EMAIL_FROM_ADDRESS_PROPERTY_NAME
public static final java.lang.String EMAIL_FROM_ADDRESS_PROPERTY_NAME
- See Also:
- Constant Field Values
EMAIL_FROM_NAME_PROPERTY_NAME
public static final java.lang.String EMAIL_FROM_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
EMAIL_TO_ADDRESS_PROPERTY_NAME
public static final java.lang.String EMAIL_TO_ADDRESS_PROPERTY_NAME
- See Also:
- Constant Field Values
EMAIL_TO_NAME_PROPERTY_NAME
public static final java.lang.String EMAIL_TO_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
REPORT_XSL_PROPERTY_NAME
public static final java.lang.String REPORT_XSL_PROPERTY_NAME
- See Also:
- Constant Field Values
EMAIL_BCCLIST_PROPERTY_NAME
public static final java.lang.String EMAIL_BCCLIST_PROPERTY_NAME
- See Also:
- Constant Field Values
host
java.lang.String host
fromAddress
java.lang.String fromAddress
fromName
java.lang.String fromName
toAddress
java.lang.String toAddress
toName
java.lang.String toName
reportXSLFileName
java.lang.String reportXSLFileName
title
java.lang.String title
startTime
long startTime
ReportPlugin
public ReportPlugin()
init
public void init(java.util.Properties properties)
- Specified by:
init in interface ReactorPlugin
handle
public Links handle(Links links,
java.util.Properties properties)
throws java.lang.Exception
- Specified by:
handle in interface ReactorPlugin
- Throws:
java.lang.Exception
Copyright © 2003-2005 mmapps. All Rights Reserved.