Class StringPath.CaseSensitiveStringPath
java.lang.Object
com.inductiveautomation.ignition.common.StringPath
com.inductiveautomation.ignition.common.StringPath.CaseSensitiveStringPath
- All Implemented Interfaces:
Path
,Serializable
,Comparable<StringPath>
- Enclosing class:
- StringPath
A case-sensitive subclass of
StringPath
.- See Also:
-
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
Modifier and TypeMethodDescriptionint
compareTo
(StringPath that) boolean
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, from, getChildPath, getLastPathComponent, getParentPath, getParts, getPathComponent, getPathLength, isParentOf, isRelative, isRoot, makeRelative, of, parse, removeRelative, subPath, subPath, toString
-
Method Details
-
isAncestorOf
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
- Specified by:
compareTo
in interfaceComparable<StringPath>
- Overrides:
compareTo
in classStringPath
-
equals
- Overrides:
equals
in classStringPath
-
hashCode
public int hashCode()- Overrides:
hashCode
in classStringPath
-