Class ClientQualifiedPathUtils
java.lang.Object
com.inductiveautomation.ignition.client.util.ClientQualifiedPathUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic QualifiedPathtoPathFromHistoricalString(ClientContext cc, String histPath) Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.static StringThis function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
- 
Constructor Details- 
ClientQualifiedPathUtilspublic ClientQualifiedPathUtils()
 
- 
- 
Method Details- 
toPathFromHistoricalStringConverts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.
- 
toStringFromHistoricalPathThis function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
 
-