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

ch.inftec.ju.jasypt.DefaultEnvironment Maven / Gradle / Ivy

There is a newer version: 6.1-4
Show newest version
package ch.inftec.ju.jasypt;

/**
 * Created by rotscher on 10/9/14.
 */
public class DefaultEnvironment implements Environment {
    @Override
    public String getenv(String envName) {
        return System.getenv(envName);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy