|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ferris.dyndns.jmce.util.PropertiesFactory
public class PropertiesFactory
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 |
---|
public PropertiesFactory()
Method Detail |
---|
public static String getHost()
public static String[] getToAddress()
public static String[] getFromAddress()
public static String getSubject()
public static String getUsername()
public static String getPassword()
public static void setProperties(Properties properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |