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

com.sshtools.jini.prefs.INIStore Maven / Gradle / Ivy

The newest version!
package com.sshtools.jini.prefs;

import java.io.Closeable;
import java.util.prefs.Preferences;

import com.sshtools.jini.prefs.INIPreferences.Scope;

public interface INIStore extends Closeable {

	Preferences root();

	Scope scope();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy