org.ferris.dyndns.jmce.util
Class PropertiesFactory

java.lang.Object
  extended by org.ferris.dyndns.jmce.util.PropertiesFactory

public class PropertiesFactory
extends Object


Constructor Summary
PropertiesFactory()
           
 
Method Summary
static String[] getFromAddress()
          # E-Mail address of the person the email is from.
static String getHost()
          Hostname of the e-mail server, usually something like mail.company.com host=
static String getPassword()
          # Dyndns username password password=
static String getSubject()
          # The subject for the E-Mail message subject=
static String[] getToAddress()
          # E-Mail address of the person to send the email to.
static String getUsername()
          # Dyndns username login username=
static void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFactory

public PropertiesFactory()
Method Detail

getHost

public static String getHost()
Hostname of the e-mail server, usually something like mail.company.com host=


getToAddress

public static String[] getToAddress()
# E-Mail address of the person to send the email to. to_address= # The name of the person to send the email to. to_name=


getFromAddress

public static String[] getFromAddress()
# E-Mail address of the person the email is from. from_address= # The name of the person the email is from. from_name=


getSubject

public static String getSubject()
# The subject for the E-Mail message subject=


getUsername

public static String getUsername()
# Dyndns username login username=


getPassword

public static String getPassword()
# Dyndns username password password=


setProperties

public static void setProperties(Properties properties)


Copyright © May 7, 2009-2011 The Ferris Foundation. All Rights Reserved.