Linux implementation of OperatingSystem
.
Fields inherited from class | Fields |
---|---|
class OperatingSystem |
OS_ARCH, OS_NAME, OS_VERSION |
Type | Name and description |
---|---|
static OperatingSystem |
INSTANCE |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isLinux() Confirms that this is an OS representation of a Linux operating system. |
Methods inherited from class | Name |
---|---|
class GenericUnix |
getArch, getArchStr, getExecutableName, getExecutableNames, getScriptName, getSharedLibraryName, getSharedLibrarySuffix, getStaticLibraryName, isUnix |
class OperatingSystem |
current, findAllInPath, findInPath, getArch, getArchStr, getExecutableName, getExecutableNames, getPath, getPathSeparator, getScriptName, getSharedLibraryName, getSharedLibrarySuffix, getStaticLibraryName, getStaticLibrarySuffix, isFreeBSD, isLinux, isMacOsX, isNetBSD, isSolaris, isUnix, isWindows, toString |
Confirms that this is an OS representation of a Linux operating system.
true