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

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