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)
|
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.