![JAR search and dependency download from the Maven repository](/logo.png)
org.unipop.process.properties.PropertyFetcher Maven / Gradle / Ivy
package org.unipop.process.properties;
import java.util.Set;
public interface PropertyFetcher {
void addPropertyKey(String key);
void fetchAllKeys();
Set getKeys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy