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

com.github.nscuro.wdm.Platform Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.nscuro.wdm;

import javax.annotation.Nonnull;
import java.util.Set;

public interface Platform {

    @Nonnull
    String getName();

    @Nonnull
    Os getOs();

    @Nonnull
    Set getArchitectures();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy