public class RuleUtils extends Object
| Constructor and Description |
|---|
RuleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
prettyPrintRule(org.ocpsoft.rewrite.config.Rule rule)
Describes given
Rule as: |
static String |
ruleToRuleContentsString(org.ocpsoft.rewrite.config.Rule originalRule,
int indentLevel)
Attempts to create a human-readable String representation of the provided rule.
|
public static String prettyPrintRule(org.ocpsoft.rewrite.config.Rule rule)
Rule as:
ID: Phase - Provider [tags ...]".
public static String ruleToRuleContentsString(org.ocpsoft.rewrite.config.Rule originalRule, int indentLevel)
Copyright © 2021 JBoss by Red Hat. All rights reserved.