Interface ImpExResource

All Known Implementing Classes:
ClasspathImpExResource, FileBasedImpExResource, MediaBasedImpExResource, StreamBasedImpExResource

public interface ImpExResource
Represents a resource used for providing import/export scripts to an import/export. The resources for an import/export are based on ImpExMediaModels which can be provided more easily by the implementations of this interface.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the impex media created by this resource.
  • Method Details

    • getMedia

      ImpExMediaModel getMedia()
      Gets the impex media created by this resource.
      Returns:
      impex media