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

com.github.jerryxia.devhelper.Constants Maven / Gradle / Ivy

/**
 * 
 */
package com.github.jerryxia.devhelper;

/**
 * @author Administrator
 *
 */
public final class Constants {
    public static long START_TIME = 0;

    public static String SERVER_OS_NAME  = null;
    public static String JAVA_VM_NAME    = null;
    public static String JAVA_VERSION    = null;
    public static String JAVA_HOME       = null;
    public static String JAVA_CLASS_PATH = null;

    public static String VERSION = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy