Interface Exportable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void export​(java.lang.String toDirectory)
      Exports the configuration of this object
      java.lang.String getFileName()
      The (short) name of the exported file
    • Method Detail

      • export

        void export​(java.lang.String toDirectory)
             throws java.io.IOException
        Exports the configuration of this object
        Parameters:
        toDirectory - the directory to export to, does not write to disk if null
        Throws:
        java.io.IOException - if exporting fails, some files may still be created
      • getFileName

        java.lang.String getFileName()
        The (short) name of the exported file
        Returns:
        a String with the (short) name of the exported file