Package com.semagia.atomico.server

Examples of com.semagia.atomico.server.IConfiguration


     * Sets the author information to the specified feed.
     *
     * @param feed The feed.
     */
    protected final void applyAuthorInfo(DefaultFeed<?> feed) {
        IConfiguration config = getConfiguration();
        feed.setAuthor(new DefaultAuthor(config.getAuthorName(),
                config.getAuthorEmail(), config.getAuthorIRI()));
    }
View Full Code Here

TOP

Related Classes of com.semagia.atomico.server.IConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.