Class SiteBuilder
java.lang.Object
net.jonathangiles.tools.sitebuilder.SiteBuilder
public abstract class SiteBuilder extends Object
Reads in all index.xml files and creates a static index.html file from it and the header and footer files.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSiteBuilder() -
Method Summary
Modifier and Type Method Description protected Set<Post>getAllPosts()protected Map<String,Post>getAllPostsMap()protected voidregisterPage(Page page)protected voidregisterPages()voidrun()
-
Constructor Details
-
SiteBuilder
protected SiteBuilder()
-
-
Method Details
-
run
public void run() -
registerPages
protected void registerPages() -
registerPage
-
getAllPosts
-
getAllPostsMap
-