Searched refs:PathTransformSpec (Results 1 – 2 of 2) sorted by relevance
440 public static class PathTransformSpec { class in LdmlConvertRules449 PathTransformSpec(String patternStr, String replacement, String comment) { in PathTransformSpec() method in LdmlConvertRules.PathTransformSpec501 for (final PathTransformSpec ts : getPathTransformations()) { in dumpAll()508 for (final PathTransformSpec ts : getPathTransformations()) { in applyAll()519 public static final Iterable<PathTransformSpec> getPathTransformations() { in getPathTransformations()535 implements Iterable<PathTransformSpec> {546 private List<PathTransformSpec> data = new ArrayList<>();566 new PathTransformSpec( in prependVersionTransforms()573 new PathTransformSpec( in prependVersionTransforms()603 data.add(new PathTransformSpec(lastPattern, lastReplacement, lastComment)); in handleLine()[all …]
461 result = LdmlConvertRules.PathTransformSpec.applyAll(result); in transformPath()