com.castle.util.os.OperatingSystem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of castle Show documentation
Show all versions of castle Show documentation
A generic utility library
package com.castle.util.os;
public interface OperatingSystem {
String name();
boolean isCurrent();
String nativeLibraryExtension();
}