Class DefaultExporterResource

java.lang.Object
com.denodo.scheduler.api.exporter.DefaultExporterResource
All Implemented Interfaces:
ExporterResource, Serializable

public class DefaultExporterResource extends Object implements ExporterResource
Default implementation of interface ExporterResource that only stores the name of a resource used by a Scheduler exporter.
Since:
5.0
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • DefaultExporterResource

      public DefaultExporterResource(String resourceName)
  • Method Details