Package org.cryptomator.macos.autostart
Class MacAutoStartProvider
java.lang.Object
org.cryptomator.macos.autostart.MacAutoStartProvider
- All Implemented Interfaces:
org.cryptomator.integrations.autostart.AutoStartProvider
@Priority(1000)
@OperatingSystem(MAC)
public class MacAutoStartProvider
extends Object
implements org.cryptomator.integrations.autostart.AutoStartProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MacAutoStartProvider
public MacAutoStartProvider()
-
-
Method Details
-
enable
public void enable() throws org.cryptomator.integrations.autostart.ToggleAutoStartFailedException- Specified by:
enablein interfaceorg.cryptomator.integrations.autostart.AutoStartProvider- Throws:
org.cryptomator.integrations.autostart.ToggleAutoStartFailedException
-
disable
public void disable() throws org.cryptomator.integrations.autostart.ToggleAutoStartFailedException- Specified by:
disablein interfaceorg.cryptomator.integrations.autostart.AutoStartProvider- Throws:
org.cryptomator.integrations.autostart.ToggleAutoStartFailedException
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceorg.cryptomator.integrations.autostart.AutoStartProvider
-