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 booleanComponentRewriteRuleService. apply(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull Set<String> rules)Applies the indicated rules to the provided resource.voidComponentRewriteRuleService. 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 NodeColumnControlRewriteRule. 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 booleanPolicyImportRuleService. 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.voidPolicyImportRuleService. apply(@NotNull org.apache.sling.api.resource.Resource source, @NotNull String confRoot, @NotNull Set<String> rules, boolean deep, boolean overwrite)Deprecated.@Nullable NodePolicyImportRule. applyTo(@NotNull Node root, @NotNull Set<String> finalPaths)Applies this rule to the subtree rooted at the specifiedrootnode. -
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 NodeRewriteRule. applyTo(@NotNull Node root, @NotNull Set<String> finalPaths)Applies this rule to the subtree rooted at the specifiedrootnode. -
Uses of RewriteException in com.adobe.aem.modernize.structure
Methods in com.adobe.aem.modernize.structure that throw RewriteException Modifier and Type Method Description voidStructureRewriteRuleService. apply(@NotNull com.day.cq.wcm.api.Page page, @NotNull Set<String> rules)Deprecated.booleanStructureRewriteRuleService. 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 NodePageRewriteRule. applyTo(@NotNull Node pageContent, @NotNull Set<String> finalPaths)
-