public class SiteBuilder extends Object
| Constructor and Description |
|---|
SiteBuilder(File sourceDirectory,
File outputDirectory,
String gitHubRepoUrl,
String gitHubBranchName,
String siteRootUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildSite() |
void |
getSectionsAndVersions()
Gets sections from the source directory.
|
List<SectionVersion> |
getSectionVersionCollectionForSectionBaseName(String sectionBaseName) |
void |
writeHomePage(String pathToPage)
Writes the home page for the website
|
public void buildSite()
public void getSectionsAndVersions()
public void writeHomePage(String pathToPage)
public List<SectionVersion> getSectionVersionCollectionForSectionBaseName(String sectionBaseName)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.