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

com.araguacaima.commons.utils.properties.strategy.PropertiesHandlerFactory Maven / Gradle / Ivy

package com.araguacaima.commons.utils.properties.strategy;

public interface PropertiesHandlerFactory {

    PropertiesHandlerStrategyInterface getStrategy(String strategyName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy