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

com.github.shoothzj.javatool.module.OperationSystem Maven / Gradle / Ivy

There is a newer version: 3.1.15
Show newest version
package com.github.shoothzj.javatool.module;

/**
 * @author hezhangjian
 */
public enum OperationSystem {

    /**
     * 苹果电脑
     */
    MAC,
    /**
     * 微软操作系统
     */
    WINDOWS,
    /**
     * Linux系统
     */
    LINUX,
    /**
     * 未知操作系统
     */
    UNKNOWN

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy