@groovy.transform.CompileStatic class FreeBSD extends GenericBSD
FreeBSD 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 |
isFreeBSD() |
| Methods inherited from class | Name |
|---|---|
class GenericUnix |
getArch, getArchStr, getExecutableNames, getSharedLibraryName, getSharedLibrarySuffix, getStaticLibraryName, isUnix |
class OperatingSystem |
current, findAllInPath, findInPath, getArch, getArchStr, getExecutableNames, getPath, getPathSeparator, getSharedLibraryName, getSharedLibrarySuffix, getStaticLibraryName, getStaticLibrarySuffix, isFreeBSD, isLinux, isMacOsX, isNetBSD, isSolaris, isUnix, isWindows, toString |