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 onImpExMediaModel
s which can be provided more easily by the implementations of this interface.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpExMediaModel
getMedia()
Gets the impex media created by this resource.
-
-
-
Method Detail
-
getMedia
ImpExMediaModel getMedia()
Gets the impex media created by this resource.- Returns:
- impex media
-
-