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.StringPathStringPath.CaseSensitiveStringPath
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.StringPathPATH_RELATIVE, PATH_RELATIVE_UP, PATH_SEPARATOR, ROOT
 - 
Fields inherited from interface com.inductiveautomation.ignition.common.PathSERIALIZATION_WHITELIST
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StringPath that)booleanequals(java.lang.Object obj)inthashCode()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 Detail- 
isAncestorOfpublic boolean isAncestorOf(Path child) Description copied from interface:PathReturns whether the provided path is a child path of this one.- Specified by:
- isAncestorOfin interface- Path
- Overrides:
- isAncestorOfin class- StringPath
 
 - 
compareTopublic int compareTo(StringPath that) - Specified by:
- compareToin interface- java.lang.Comparable<StringPath>
- Overrides:
- compareToin class- StringPath
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- StringPath
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- StringPath
 
 
- 
 
-