liquibase.util.SystemUtil Maven / Gradle / Ivy
package liquibase.util;
public class SystemUtil {
public static boolean isWindows() {
return StringUtil.trimToEmpty(System.getProperties().getProperty("os.name")).toLowerCase().startsWith("windows");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy