Class DefaultResourceActions.Read

java.lang.Object
com.inductiveautomation.ignition.gateway.config.actions.DefaultResourceActions.Read
All Implemented Interfaces:
ResourceAction, ResourceAction.Read
Enclosing class:
DefaultResourceActions

public static final class DefaultResourceActions.Read extends Object implements ResourceAction.Read
  • Constructor Details

    • Read

      public Read()
  • Method Details

    • read

      @NotNull public @NotNull ReadResponse read(ConfigurationManager manager, ResourcePath path, @Nullable @Nullable String collection)
      Description copied from interface: ResourceAction.Read
      Reads a resource at the specified path.
      Specified by:
      read in interface ResourceAction.Read
      Parameters:
      manager - The configuration manager to use for reading the resource.
      path - The path of the resource to read.
      collection - The collection in which the resource resides, if applicable.
      Returns:
      A response containing the read resource data.