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

io.tech1.framework.utilities.environment.EnvironmentUtility Maven / Gradle / Ivy

package io.tech1.framework.utilities.environment;

public interface EnvironmentUtility {
    void verifyProfilesConfiguration();
    String getActiveProfile();
    boolean isDev();
    boolean isStage();
    boolean isProd();
    boolean isProfile(String profileName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy