Examples of CSDNBlog


Examples of org.b3log.solo.sync.csdn.blog.CSDNBlog

     * @param externalSysName the specified external blogging system name
     * @return MetaWeblog
     */
    public static MetaWeblog getMetaWeblog(final String externalSysName) {
        if (BlogSync.BLOG_SYNC_CSDN_BLOG.equals(externalSysName)) {
            return new CSDNBlog();
        } else if (BlogSync.BLOG_SYNC_CNBLOGS.equals(externalSysName)) {
            return new CnBlogsBlog();
        } else if (BlogSync.BLOG_SYNC_BLOGJAVA.equals(externalSysName)) {
            return new BlogJavaBlog();
        } else {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.