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

org.arquillian.cube.docker.impl.util.OperatingSystemInterface Maven / Gradle / Ivy

There is a newer version: 2.0.0.Final
Show newest version
package org.arquillian.cube.docker.impl.util;

public interface OperatingSystemInterface {
    String getLabel();

    OperatingSystemFamilyInterface getFamily();

    OperatingSystemFamilyInterface getDefaultFamily();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy