Package org.bonitasoft.plugin.build.page
Interface UidArtifactBuilder
-
- All Known Implementing Classes:
UidArtifactBuilderImpl
public interface UidArtifactBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]buildPage(String id)voidbuildPages(Path pageFolder, String[] includedPages, Path outputDirectory)
-
-
-
Method Detail
-
buildPages
void buildPages(Path pageFolder, String[] includedPages, Path outputDirectory) throws BuildPageException
- Throws:
BuildPageException
-
buildPage
byte[] buildPage(String id) throws BuildPageException
- Throws:
BuildPageException
-
-