Uses of Class
com.adobe.aem.modernize.RewriteException
-
-
Uses of RewriteException in com.adobe.aem.modernize.component
Methods in com.adobe.aem.modernize.component that throw RewriteException Modifier and Type Method Description boolean
ComponentRewriteRuleService. apply(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull Set<String> rules)
Applies the indicated rules to the provided resource.void
ComponentRewriteRuleService. apply(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull Set<String> rules, boolean deep)
Deprecated. -
Uses of RewriteException in com.adobe.aem.modernize.component.rule
Methods in com.adobe.aem.modernize.component.rule that throw RewriteException Modifier and Type Method Description @Nullable Node
ColumnControlRewriteRule. applyTo(@NotNull Node root, @NotNull Set<String> finalPaths)
Updates this node, the returned node is the primary column control resource, although this updates a number of sibling resources. -
Uses of RewriteException in com.adobe.aem.modernize.policy
Methods in com.adobe.aem.modernize.policy that throw RewriteException Modifier and Type Method Description boolean
PolicyImportRuleService. apply(@NotNull org.apache.sling.api.resource.Resource source, @NotNull String confRoot, @NotNull Set<String> rules, boolean overwrite)
Applies the indicated rules to the provided Resource.void
PolicyImportRuleService. apply(@NotNull org.apache.sling.api.resource.Resource source, @NotNull String confRoot, @NotNull Set<String> rules, boolean deep, boolean overwrite)
Deprecated.@Nullable Node
PolicyImportRule. applyTo(@NotNull Node root, @NotNull Set<String> finalPaths)
Applies this rule to the subtree rooted at the specifiedroot
node. -
Uses of RewriteException in com.adobe.aem.modernize.rule
Methods in com.adobe.aem.modernize.rule that throw RewriteException Modifier and Type Method Description @Nullable Node
RewriteRule. applyTo(@NotNull Node root, @NotNull Set<String> finalPaths)
Applies this rule to the subtree rooted at the specifiedroot
node. -
Uses of RewriteException in com.adobe.aem.modernize.structure
Methods in com.adobe.aem.modernize.structure that throw RewriteException Modifier and Type Method Description void
StructureRewriteRuleService. apply(@NotNull com.day.cq.wcm.api.Page page, @NotNull Set<String> rules)
Deprecated.boolean
StructureRewriteRuleService. apply(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull Set<String> rules)
Applies the indicated rules to the provided resource. -
Uses of RewriteException in com.adobe.aem.modernize.structure.rule
Methods in com.adobe.aem.modernize.structure.rule that throw RewriteException Modifier and Type Method Description @Nullable Node
PageRewriteRule. applyTo(@NotNull Node pageContent, @NotNull Set<String> finalPaths)
-