org.cryptomator.integrations.autostart.AutoStartProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integrations-api Show documentation
Show all versions of integrations-api Show documentation
Defines optional service interfaces that may be used by Cryptomator
package org.cryptomator.integrations.autostart;
public interface AutoStartProvider {
void enable() throws ToggleAutoStartFailedException;
void disable() throws ToggleAutoStartFailedException;
boolean isEnabled();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy