MCPcopy Create free account
hub / github.com/SeanDragon/protools / getOsArch

Method getOsArch

common/src/main/java/pro/tools/system/ToolOS.java:130–132  ·  view source on GitHub ↗

操作系统的体系结构 如:x86 @return

()

Source from the content-addressed store, hash-verified

128 * @return
129 */
130 public static String getOsArch() {
131 return SYSTEM_MX_BEAN.getArch();// System.getProperty("os.arch");
132 }
133
134 /**
135 * 获取CPU数量

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected