Class ResourcePath
java.lang.Object
com.inductiveautomation.ignition.common.project.resource.ResourcePath
- All Implemented Interfaces:
Serializable
Deprecated.
Required for backward compatibility with 8.1 and earlier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourcePath
(ResourceType type, StringPath path) Deprecated.ResourcePath
(ResourceType type, String path) Deprecated. -
Method Summary
-
Constructor Details
-
ResourcePath
Deprecated.- Parameters:
type
- the type of resourcepath
- the full path underneath the resource type folder, ending with the name of the resource.
-
ResourcePath
Deprecated.- Parameters:
type
- the type of resourcepath
- the full path underneath the resource type folder, ending with the name of the resource.
-
-
Method Details
-
getResourceType
Deprecated. -
getModuleId
Deprecated. -
getType
Deprecated. -
getPath
Deprecated.- Returns:
- the path after the resource type. Includes the resource name
-