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, ROOTFields inherited from interface com.inductiveautomation.ignition.common.Path
SERIALIZATION_WHITELIST -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(StringPath that) booleaninthashCode()booleanisAncestorOf(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:PathReturns whether the provided path is a child path of this one.- Specified by:
isAncestorOfin interfacePath- Overrides:
isAncestorOfin classStringPath
-
compareTo
- Specified by:
compareToin interfaceComparable<StringPath>- Overrides:
compareToin classStringPath
-
equals
- Overrides:
equalsin classStringPath
-
hashCode
public int hashCode()- Overrides:
hashCodein classStringPath
-