Skip to main content

Class ResetOptions

com.poly.polyos.system

Class ResetOptions

  • java.lang.Object
    • com.poly.polyos.system.ResetOptions

public class ResetOptions
extends java.lang.Object

Options for system reset

Since:
3.3.0-6

See Also:
API resetSystem

Field Summary

Modifier and TypeField and Description
booleankeepCerts
Keep installed certificates after reset.
booleankeepLogs
Keep system logs after reset.

Constructor Summary

Constructor and Description

ResetOptions()

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait,wait, wait

Field Detail

keepCerts

public boolean keepCerts
Keep installed certificates after reset.

keepLogs

public boolean keepLogs
Keep system logs after reset.

Constructor Detail

ResetOptions

public ResetOptions()