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 ClassesModifier and TypeClassDescriptionstatic final recordResult of an alignment operation.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 TypeMethodDescriptionalignTo(StringPath.CaseSensitiveStringPath pathToAlignTo) Aligns this path to the casing of the providedpathToAlignTo.intcompareTo(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
-
alignTo
public StringPath.CaseSensitiveStringPath.AlignmentResult alignTo(StringPath.CaseSensitiveStringPath pathToAlignTo) Aligns this path to the casing of the providedpathToAlignTo.- Parameters:
pathToAlignTo- The path from which the casing will be taken to align this path.- Returns:
- The result of the alignment operation.
-
equals
- Overrides:
equalsin classStringPath
-
hashCode
public int hashCode()- Overrides:
hashCodein classStringPath
-