Uses of Class
org.sentrysoftware.metricshub.engine.common.helpers.LocalOsHandler.ILocalOs
Packages that use LocalOsHandler.ILocalOs
-
Uses of LocalOsHandler.ILocalOs in org.sentrysoftware.metricshub.engine.common.helpers
Modifier and TypeClassDescriptionstatic classRepresents the Aix operating system.static classRepresents the FreeBsd operating system.static classRepresents the HP-UX operating system.static classRepresents the Linux operating system.static classRepresents the macOS operating system.static classRepresents the NetBSD operating system.static classRepresents the OpenBSD operating system.static classRepresents the Solaris operating system.static classRepresents the Sun operating system.static classRepresents the Windows operating system.Fields in org.sentrysoftware.metricshub.engine.common.helpers declared as LocalOsHandler.ILocalOsModifier and TypeFieldDescriptionstatic final LocalOsHandler.ILocalOsLocalOsHandler.AIXRepresents the AIX operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.FREE_BSDRepresents the FreeBSD operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.HPRepresents the HP-UX operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.LINUXRepresents the Linux operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.MAC_OS_XRepresents the macOS operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.NET_BSDRepresents the NetBSD operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.OPEN_BSDRepresents the OpenBSD operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.SOLARISRepresents the Solaris operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.SUNRepresents the Sun operating system.static final LocalOsHandler.ILocalOsLocalOsHandler.WINDOWSRepresents the Windows operating system.