Class StringPath.CaseSensitiveStringPath
- java.lang.Object
-
- com.inductiveautomation.ignition.common.StringPath
-
- com.inductiveautomation.ignition.common.StringPath.CaseSensitiveStringPath
-
- All Implemented Interfaces:
Path
,java.io.Serializable
,java.lang.Comparable<StringPath>
- Enclosing class:
- StringPath
public static class StringPath.CaseSensitiveStringPath extends StringPath
A case-sensitive subclass ofStringPath
.- See Also:
StringPath.caseSensitive()
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.StringPath
StringPath.CaseSensitiveStringPath
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.common.StringPath
PATH_RELATIVE, PATH_RELATIVE_UP, PATH_SEPARATOR, ROOT
-
Fields inherited from interface com.inductiveautomation.ignition.common.Path
SERIALIZATION_WHITELIST
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(StringPath that)
boolean
equals(java.lang.Object obj)
int
hashCode()
boolean
isAncestorOf(Path child)
Returns whether the provided path is a child path of this one.-
Methods inherited from class com.inductiveautomation.ignition.common.StringPath
caseSensitive, extend, extend, from, getChildPath, getLastPathComponent, getParentPath, getParts, getPathComponent, getPathLength, isParentOf, isRelative, isRoot, makeRelative, of, parse, removeRelative, subPath, subPath, toString
-
-
-
-
Method Detail
-
isAncestorOf
public boolean isAncestorOf(Path child)
Description copied from interface:Path
Returns whether the provided path is a child path of this one.- Specified by:
isAncestorOf
in interfacePath
- Overrides:
isAncestorOf
in classStringPath
-
compareTo
public int compareTo(StringPath that)
- Specified by:
compareTo
in interfacejava.lang.Comparable<StringPath>
- Overrides:
compareTo
in classStringPath
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classStringPath
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStringPath
-
-