public class FieldPaths extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldPaths.RelativizedPath |
| Modifier and Type | Method and Description |
|---|---|
static SimpleGlobPattern |
absolutize(String absoluteParentPath,
String prefix,
SimpleGlobPattern relativeFieldPathGlob) |
static String |
absolutize(String absoluteParentPath,
String prefix,
String relativeFieldName) |
static SimpleGlobPattern |
compose(String absolutePath,
SimpleGlobPattern relativeFieldPathGlob) |
static String |
compose(String absolutePath,
String relativeFieldName) |
static SimpleGlobPattern |
prefix(String prefix,
SimpleGlobPattern relativeFieldPathGlob) |
static String |
prefix(String prefix,
String relativeFieldName) |
static FieldPaths.RelativizedPath |
relativize(String absolutePath) |
public static SimpleGlobPattern prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob)
public static SimpleGlobPattern compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob)
public static SimpleGlobPattern absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob)
public static String absolutize(String absoluteParentPath, String prefix, String relativeFieldName)
public static FieldPaths.RelativizedPath relativize(String absolutePath)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.