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

com.undefinedlabs.scope.settings.ScopeOsResolver Maven / Gradle / Ivy

package com.undefinedlabs.scope.settings;

public interface ScopeOsResolver {

  boolean isWindows();

  boolean isUnix();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy