public class QualifiedPathUtils
extends java.lang.Object
QualifiedPath
s. Primarily it provides conversion to and from other
path types, like TagPath
.Constructor and Description |
---|
QualifiedPathUtils() |
Modifier and Type | Method and Description |
---|---|
static QualifiedPath |
fromHistoricalTagPath(TagPath path)
Deprecated.
|
static QualifiedPath |
fromHistoricalTagPathNew(TagPath path) |
static QualifiedPath |
fromTagPath(TagPath path)
Deprecated.
|
static QualifiedPath |
fromTagPathNew(TagPath path) |
static QualifiedPath |
parsePossibleTagpath(java.lang.String value)
Deprecated.
|
static QualifiedPath |
parsePossibleTagpathNew(java.lang.String value)
This function parses an QualifiedPath, but if that fails, attempts to parse it as a tag path and convert it.
|
static QualifiedPath |
toPathFromHistoricalString(java.lang.String histPath)
Deprecated.
|
static QualifiedPath |
toPathFromHistoricalString(java.lang.String histPath,
java.lang.String defaultHistProvider,
java.lang.String defaultSystem,
java.lang.String defaultProv)
Deprecated.
|
static java.lang.String |
toStringFromHistoricalPath(QualifiedPath path)
Deprecated.
|
static TagPath |
toTagPath(QualifiedPath path)
Deprecated.
|
static TagPath |
toTagPathNew(QualifiedPath path)
Attempts to create a tag path out of the provided qualified path.
|
@Deprecated public static QualifiedPath fromTagPath(TagPath path)
@Deprecated public static QualifiedPath fromHistoricalTagPath(TagPath path)
@Deprecated public static TagPath toTagPath(QualifiedPath path)
@Deprecated public static QualifiedPath parsePossibleTagpath(java.lang.String value)
@Deprecated public static java.lang.String toStringFromHistoricalPath(QualifiedPath path)
@Deprecated public static QualifiedPath toPathFromHistoricalString(java.lang.String histPath)
@Deprecated public static QualifiedPath toPathFromHistoricalString(java.lang.String histPath, java.lang.String defaultHistProvider, java.lang.String defaultSystem, java.lang.String defaultProv)
public static TagPath toTagPathNew(QualifiedPath path)
public static QualifiedPath parsePossibleTagpathNew(java.lang.String value)
public static QualifiedPath fromTagPathNew(TagPath path)
public static QualifiedPath fromHistoricalTagPathNew(TagPath path)