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(@NonNull ResourceType type, @NonNull StringPath path) Deprecated.ResourcePath(@NonNull ResourceType type, @Nullable String path) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.@NonNull StringPath.CaseSensitiveStringPathgetPath()Deprecated.Deprecated.getType()Deprecated.
-
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
-