org.opennms.netmgt.utils
Class JavaMailerConfig

java.lang.Object
  extended by org.opennms.netmgt.utils.JavaMailerConfig

public class JavaMailerConfig
extends Object

Provides access to the default javamail configuration data.


Constructor Summary
JavaMailerConfig()
           
 
Method Summary
static Properties getProperties()
          This loads the configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaMailerConfig

public JavaMailerConfig()
Method Detail

getProperties

public static Properties getProperties()
                                throws IOException
This loads the configuration file.

Returns:
a Properties object representing the configuration properties
Throws:
IOException


Copyright © 2009. All Rights Reserved.