All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cryptomator.integrations.autostart.AutoStartProvider Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha1
Show newest version
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