Package | Description |
---|---|
com.citytechinc.cq.component.content.factory | |
com.citytechinc.cq.component.content.util |
Modifier and Type | Method and Description |
---|---|
static Content |
ContentFactory.make(javassist.CtClass componentClass,
String defaultGroup) |
Modifier and Type | Method and Description |
---|---|
static List<Content> |
ContentUtil.buildContentFromClassList(List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
String defaultComponentGroup,
ComponentNameTransformer transformer)
Constructs a list of Content objects representing .content.xml files from
a list of Classes.
|
Modifier and Type | Method and Description |
---|---|
static File |
ContentUtil.writeContentToFile(ComponentNameTransformer transformer,
Content content,
javassist.CtClass componentClass,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix)
Write the content.xml to an output file, the path of which is determined
by the component class
|
Copyright © 2019 ICF Olson. All rights reserved.