Class ClientLibsBuilderImpl
java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.ClientLibsBuilderImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild()Returns the resources that were copied from the design node into the client library folder while building the client library.voidsetCategoryName(String categoryName) voidsetDesignRoot(Node designRoot) voidsetFolderName(String folder) voidsetHtmlContent(HTMLContent htmlContent) voidsetInlineScriptsFileName(String fileName) voidsetInlineStylesFileName(String fileName) voidsetPotentialReferences(ArrayList<String> potentialReferences)
-
Constructor Details
-
ClientLibsBuilderImpl
public ClientLibsBuilderImpl()
-
-
Method Details
-
setDesignRoot
-
setFolderName
-
setCategoryName
-
setHtmlContent
-
setInlineScriptsFileName
-
setInlineStylesFileName
-
setPotentialReferences
-
build
- Throws:
RepositoryException
-
getCopiedResources
Returns the resources that were copied from the design node into the client library folder while building the client library.- Returns:
- A set of paths relative to the design node
-