@groovy.transform.CompileStatic class GenericBSD extends GenericUnix
Abstract base class for BSD-based operating systems.
| Fields inherited from class | Fields |
|---|---|
class OperatingSystem |
OS_ARCH, OS_NAME, OS_VERSION |
| Constructor and description |
|---|
protected GenericBSD
() |
| 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 |