Interface PAMResourceInfo

    • Method Detail

      • getPAMDataset

        PAMDataset getPAMDataset()
        Returns a PAMDataset for the resource, if available, or null, otherwise
        Returns:
      • reloadPAMDataset

        default boolean reloadPAMDataset()
                                  throws IOException
        Hints to reload the PAMDataset, if possible. By default, it's a no-op.
        Returns:
        True if the PAM dataset has been reloaded, false if it was not possible or not implemented
        Throws:
        IOException