Package com.viam.sdk.core.resource
Class Utils
java.lang.Object
com.viam.sdk.core.resource.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Common.ResourceName
Create a ResourceName from its string representation (namespace:resource_type:resource_subtype/[optional_remote]:name)
-
Method Details
-
resourceNameFromString
Create a ResourceName from its string representation (namespace:resource_type:resource_subtype/[optional_remote]:name)- Parameters:
str
- The ResourceName as a string- Returns:
- The new ResourceName
-