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

com.taobao.arthas.common.PlatformEnum Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.taobao.arthas.common;

/**
 * Enum of supported operating systems.
 *
 */
public enum PlatformEnum {
    /**
     * Microsoft Windows
     */
    WINDOWS,
    /**
     * A flavor of Linux
     */
    LINUX,
    /**
     * macOS (OS X)
     */
    MACOSX,

    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy