Class BackupCreate

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Action

    public class BackupCreate
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    Action zum Erstellen eines Komplett-Backups im XML-Format.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.text.DateFormat DATEFORMAT
      Dateformat, welches fuer den Dateinamen genutzt wird.
    • Constructor Summary

      Constructors 
      Constructor Description
      BackupCreate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DATEFORMAT

        public static java.text.DateFormat DATEFORMAT
        Dateformat, welches fuer den Dateinamen genutzt wird.
    • Constructor Detail

      • BackupCreate

        public BackupCreate()
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        Action.handleAction(java.lang.Object)