org.opoo.press
接口 SiteManager

所有超级接口:
SiteService
所有已知实现类:
SiteManagerImpl

public interface SiteManager
extends SiteService

作者:
Alex Lin

方法摘要
 void build(Site site)
           
 void clean(Site site)
           
 void doImport(Site site, String importer, Map<String,Object> params)
           
 Site install(File siteDir, Locale locale, boolean createSamplePost)
           
 File newPage(Site site, String title, String name)
           
 File newPost(Site site, String title, String name, boolean draft)
           
 
从接口 org.opoo.press.SiteService 继承的方法
createCompassConfig, createSite, createSite, createSite, createSiteConfig
 

方法详细信息

install

Site install(File siteDir,
             Locale locale,
             boolean createSamplePost)
             throws Exception
抛出:
Exception

clean

void clean(Site site)
           throws Exception
抛出:
Exception

newPage

File newPage(Site site,
             String title,
             String name)
             throws Exception
抛出:
Exception

newPost

File newPost(Site site,
             String title,
             String name,
             boolean draft)
             throws Exception
抛出:
Exception

build

void build(Site site)

doImport

void doImport(Site site,
              String importer,
              Map<String,Object> params)
              throws Exception
抛出:
Exception


Copyright © 2013 Opoo.org. All Rights Reserved.