java.lang.Object
com.inductiveautomation.ignition.common.project.resource.ResourcePath
All Implemented Interfaces:
Serializable

@Deprecated(since="8.3") public class ResourcePath extends Object implements Serializable
Deprecated.
Required for backward compatibility with 8.1 and earlier.
See Also:
  • Constructor Details

    • ResourcePath

      public ResourcePath(@Nonnull ResourceType type, @Nullable String path)
      Deprecated.
      Parameters:
      type - the type of resource
      path - the full path underneath the resource type folder, ending with the name of the resource.
    • ResourcePath

      public ResourcePath(@Nonnull ResourceType type, @Nonnull StringPath path)
      Deprecated.
      Parameters:
      type - the type of resource
      path - the full path underneath the resource type folder, ending with the name of the resource.
  • Method Details

    • getResourceType

      public ResourceType getResourceType()
      Deprecated.
    • getModuleId

      public String getModuleId()
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • getPath

      @Nonnull public StringPath.CaseSensitiveStringPath getPath()
      Deprecated.
      Returns:
      the path after the resource type. Includes the resource name