Class SystemRestoreManager


  • public class SystemRestoreManager
    extends AbstractAPIManager
    Class used to export Obsidian configuration using the Obsidian public embedded API. Execution history, notification history and logs are not included. This class can be used for copying Obsidian environments, as a backup, or as a snapshot for review.

    Example:

        SystemRestoreConfiguration config = new SystemRestoreManager().getConfiguration();
        System.out.println("SystemRestoreConfiguration: " + config);
     
    Since:
    3.0
    See Also:
    Embedded API Wiki, REST API Wiki, Carfey Date