Class UidArtifactBuilderImpl
- java.lang.Object
-
- org.bonitasoft.plugin.build.page.impl.UidArtifactBuilderImpl
-
- All Implemented Interfaces:
UidArtifactBuilder
public class UidArtifactBuilderImpl extends Object implements UidArtifactBuilder
-
-
Constructor Summary
Constructors Constructor Description UidArtifactBuilderImpl(org.bonitasoft.web.designer.ArtifactBuilder artifactBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]buildPage(String id)voidbuildPages(Path pageFolder, String[] includedPages, Path outputDirectory)
-
-
-
Method Detail
-
buildPages
public void buildPages(Path pageFolder, String[] includedPages, Path outputDirectory) throws BuildPageException
- Specified by:
buildPagesin interfaceUidArtifactBuilder- Throws:
BuildPageException
-
buildPage
public byte[] buildPage(String id) throws BuildPageException
- Specified by:
buildPagein interfaceUidArtifactBuilder- Throws:
BuildPageException
-
-