Class ClusterHost.PlatformInfo
java.lang.Object
org.pidome.server.services.cluster.ClusterHost.PlatformInfo
- Enclosing class:
- ClusterHost
Identifying the platform running on.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArch()
getOs()
boolean
isPi()
protected void
protected void
setJavaVendorInfo(String javaVendorInfo)
protected void
setJavaVersionInfo(String javaVersionInfo)
protected void
protected void
setPi(boolean pi)
-
Constructor Details
-
PlatformInfo
public PlatformInfo()
-
-
Method Details
-
getArch
- Returns:
- the arch
-
getOs
- Returns:
- the os
-
isPi
public boolean isPi()- Returns:
- the pi
-
setArch
- Parameters:
arch
- the arch to set
-
setOs
- Parameters:
os
- the os to set
-
setPi
protected void setPi(boolean pi)- Parameters:
pi
- the pi to set
-
getJavaVendorInfo
- Returns:
- the javaBuildInfo
-
setJavaVendorInfo
- Parameters:
javaVendorInfo
- the javaBuildInfo to set
-
getJavaVersionInfo
- Returns:
- the javaVersionInfo
-
setJavaVersionInfo
- Parameters:
javaVersionInfo
- the javaVersionInfo to set
-