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 SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.StringPathStringPath.CaseSensitiveStringPath
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.StringPathPATH_RELATIVE, PATH_RELATIVE_UP, PATH_SEPARATOR, ROOTFields inherited from interface com.inductiveautomation.ignition.common.PathSERIALIZATION_WHITELIST
- 
Method SummaryModifier 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.StringPathcaseSensitive, extend, extend, from, from, getChildPath, getLastPathComponent, getParentPath, getParts, getPathComponent, getPathLength, isParentOf, isRelative, isRoot, makeRelative, of, parse, removeRelative, subPath, subPath, toString
- 
Method Details- 
isAncestorOfDescription copied from interface:PathReturns whether the provided path is a child path of this one.- Specified by:
- isAncestorOfin interface- Path
- Overrides:
- isAncestorOfin class- StringPath
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<StringPath>
- Overrides:
- compareToin class- StringPath
 
- 
equals- Overrides:
- equalsin class- StringPath
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- StringPath
 
 
-