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

com.floragunn.searchguard.sgconf.Hashed Maven / Gradle / Ivy

The newest version!
package com.floragunn.searchguard.sgconf;

public interface Hashed {
    
    public String getHash();
    public void clearHash();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy