Class Mpeg7ContainerExporter

java.lang.Object
de.swa.fuh.mpeg7.Mpeg7ContainerExporter

public class Mpeg7ContainerExporter
extends java.lang.Object
Exporter Class to export Mpeg7Container either into MMFG or DMPEG7
Author:
michaelhermann
  • Constructor Summary

    Constructors 
    Constructor Description
    Mpeg7ContainerExporter()  
  • Method Summary

    Modifier and Type Method Description
    void export_to_dmpeg7​(Mpeg7Container container)
    Exports Mpeg7 Container to Default MPEG7 XML File
    void export_to_mmfg​(Mpeg7Container container)
    Exports Mpeg7 Container to MMFG XML File
    java.lang.String getDestinationPath()
    Get Destination Path
    java.util.List<java.lang.String> getFilePaths()
    Get List of saved FilePaths
    void setDestinationPath​(java.lang.String destinationPath)
    Set Pathdirection where files will be saved

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getFilePaths

      public java.util.List<java.lang.String> getFilePaths()
      Get List of saved FilePaths
      Returns:
      List of Strings, containing paths to file
    • getDestinationPath

      public java.lang.String getDestinationPath()
      Get Destination Path
      Returns:
      Destinationpath
    • setDestinationPath

      public void setDestinationPath​(java.lang.String destinationPath)
      Set Pathdirection where files will be saved
      Parameters:
      destinationPath -
    • export_to_mmfg

      public void export_to_mmfg​(Mpeg7Container container)
      Exports Mpeg7 Container to MMFG XML File
      Parameters:
      container -
    • export_to_dmpeg7

      public void export_to_dmpeg7​(Mpeg7Container container)
      Exports Mpeg7 Container to Default MPEG7 XML File
      Parameters:
      container - Filled Mpeg7Container