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

io.polaris.core.consts.SystemKeys Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.consts;

/**
 * @author Qt
 * @since May 10, 2024
 */
public interface SystemKeys {
	String OS_NAME = "os.name";
	String USER_DIR = "user.dir";
	String LINE_SEPARATOR = "line.separator";
	String JAVA_CLASS_PATH = "java.class.path";
	String JAVA_IO_TMPDIR = "java.io.tmpdir";
	String SUN_CPU_ENDIAN = "sun.cpu.endian";
	String LOGGER_LEVEL = "logger.level";
	String JDBC_SQL_LINE_SEPARATOR = "jdbc.sql.line.separator";
	String JAVA_CLASS_BYTES_TMPDIR = "java.class.bytes.tmpdir";
	String JAVA_CLASS_GENERATOR_CACHE = "java.class.generator.cache";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy