Class ClientQualifiedPathUtils
java.lang.Object
com.inductiveautomation.ignition.client.util.ClientQualifiedPathUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QualifiedPath
toPathFromHistoricalString
(ClientContext cc, String histPath) Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.static String
This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
-
Constructor Details
-
ClientQualifiedPathUtils
public ClientQualifiedPathUtils()
-
-
Method Details
-
toPathFromHistoricalString
Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults. -
toStringFromHistoricalPath
This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
-