public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.apache.commons.configuration.XMLConfiguration |
xmlConfiguration |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IrcChannelConfiguration> |
getIrcChannels() |
java.lang.String |
getIrcNick() |
java.lang.String |
getIrcNickServPassword() |
java.util.List<MastodonAccountConfiguration> |
getMastodonAccounts() |
static Configuration |
getSingleton() |
java.util.List<TwitterAccountConfiguration> |
getTwitterAccounts() |
public org.apache.commons.configuration.XMLConfiguration xmlConfiguration
public Configuration() throws java.io.IOException, org.apache.commons.configuration.ConfigurationException
java.io.IOException
org.apache.commons.configuration.ConfigurationException
public static Configuration getSingleton()
public java.util.List<TwitterAccountConfiguration> getTwitterAccounts()
public java.util.List<MastodonAccountConfiguration> getMastodonAccounts()
public java.lang.String getIrcNick()
public java.lang.String getIrcNickServPassword()
public java.util.List<IrcChannelConfiguration> getIrcChannels()