Package org.opennms.javamail
Class JavaMailerConfig
- java.lang.Object
-
- org.opennms.javamail.JavaMailerConfig
-
public abstract class JavaMailerConfig extends Object
Provides access to the default javamail configuration data.
-
-
Constructor Summary
Constructors Constructor Description JavaMailerConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getProperties()
This loads the configuration file.
-
-
-
Method Detail
-
getProperties
public static Properties getProperties() throws IOException
This loads the configuration file.- Returns:
- a Properties object representing the configuration properties
- Throws:
IOException
- if any.
-
-