Search in sources :

Example 1 with Configuration

use of org.tweetwallfx.config.Configuration in project TweetwallFX by TweetWallFX.

the class ConfigurationLoadable method execute.

@Override
public void execute() {
    final Configuration conf = Configuration.getInstance();
    LOG.info(conf);
    assert null != conf : "Configuration is not loadable";
}
Also used : Configuration(org.tweetwallfx.config.Configuration)

Aggregations

Configuration (org.tweetwallfx.config.Configuration)1