Package | Description |
---|---|
com.citytechinc.cq.component.editconfig.factory | |
com.citytechinc.cq.component.editconfig.util |
Modifier and Type | Method and Description |
---|---|
static EditConfig |
EditConfigFactory.make(javassist.CtClass componentClass,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool) |
Modifier and Type | Method and Description |
---|---|
static List<EditConfig> |
EditConfigUtil.buildEditConfigFromClassList(List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
ComponentNameTransformer transformer)
For each class in the provided classList which is annotated with a
Component annotation, an EditConfig object is built and added to the
returned list.
|
Modifier and Type | Method and Description |
---|---|
static File |
EditConfigUtil.writeEditConfigToFile(ComponentNameTransformer transformer,
EditConfig editConfig,
javassist.CtClass componentClass,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix)
Determines the name of the edit config file to be written and writes the
the edit config xml which the provided EditConfig object represents to
that determined file.
|
Copyright © 2019 ICF Olson. All rights reserved.