- get(Class<T>, NativeLibraryLoader) - Method in class net.rubygrapefruit.platform.internal.Platform
-
- get(Class<T>) - Static method in class net.rubygrapefruit.platform.Native
-
Locates a native integration of the given type.
- getArchitecture() - Method in class net.rubygrapefruit.platform.internal.DefaultSystemInfo
-
- getArchitecture() - Method in class net.rubygrapefruit.platform.internal.MutableSystemInfo
-
- getArchitecture() - Method in interface net.rubygrapefruit.platform.SystemInfo
-
Returns the machine architecture, as reported by the operating system.
- getArchitectureName() - Method in class net.rubygrapefruit.platform.internal.DefaultSystemInfo
-
- getArchitectureName() - Method in class net.rubygrapefruit.platform.internal.MutableSystemInfo
-
- getArchitectureName() - Method in interface net.rubygrapefruit.platform.SystemInfo
-
Returns the machine architecture name, as reported by the operating system.
- getCols() - Method in class net.rubygrapefruit.platform.internal.MutableTerminalSize
-
- getCols() - Method in interface net.rubygrapefruit.platform.TerminalSize
-
Returns the number of character columns in the terminal.
- getConsoleSize(int, MutableTerminalSize, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.WindowsConsoleFunctions
-
- getDeviceName() - Method in interface net.rubygrapefruit.platform.FileSystem
-
Returns the operating system specific name for this file system.
- getDeviceName() - Method in class net.rubygrapefruit.platform.internal.DefaultFileSystem
-
- getEnvironmentVariable(String) - Method in class net.rubygrapefruit.platform.internal.DefaultProcess
-
- getEnvironmentVariable(String, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.PosixProcessFunctions
-
- getEnvironmentVariable(String) - Method in class net.rubygrapefruit.platform.internal.WrapperProcess
-
- getEnvironmentVariable(String) - Method in interface net.rubygrapefruit.platform.Process
-
Get the value of an environment variable.
- getFileSystems() - Method in interface net.rubygrapefruit.platform.FileSystems
-
Returns the set of all file systems for the current machine.
- getFileSystems() - Method in class net.rubygrapefruit.platform.internal.PosixFileSystems
-
- getFileSystemType() - Method in interface net.rubygrapefruit.platform.FileSystem
-
Returns the operating system specific name for the type of this file system.
- getFileSystemType() - Method in class net.rubygrapefruit.platform.internal.DefaultFileSystem
-
- getId() - Method in class net.rubygrapefruit.platform.internal.Platform
-
- getKernelName() - Method in class net.rubygrapefruit.platform.internal.DefaultSystemInfo
-
- getKernelName() - Method in class net.rubygrapefruit.platform.internal.MutableSystemInfo
-
- getKernelName() - Method in interface net.rubygrapefruit.platform.SystemInfo
-
Returns the name of the kernel for the current operating system.
- getKernelVersion() - Method in class net.rubygrapefruit.platform.internal.DefaultSystemInfo
-
- getKernelVersion() - Method in class net.rubygrapefruit.platform.internal.MutableSystemInfo
-
- getKernelVersion() - Method in interface net.rubygrapefruit.platform.SystemInfo
-
Returns the version of the kernel for the current operating system.
- getLibraryName() - Method in class net.rubygrapefruit.platform.internal.Platform
-
- getMessage() - Method in class net.rubygrapefruit.platform.internal.FunctionResult
-
- getMode(File) - Method in class net.rubygrapefruit.platform.internal.DefaultPosixFiles
-
- getMode() - Method in class net.rubygrapefruit.platform.internal.FileStat
-
- getMode() - Method in interface net.rubygrapefruit.platform.PosixFile
-
Returns the mode of this file.
- getMode(File) - Method in interface net.rubygrapefruit.platform.PosixFiles
-
Gets the mode for the given file.
- getMountPoint() - Method in interface net.rubygrapefruit.platform.FileSystem
-
Returns the root directory of this file system.
- getMountPoint() - Method in class net.rubygrapefruit.platform.internal.DefaultFileSystem
-
- getPid() - Static method in class net.rubygrapefruit.platform.internal.jni.PosixProcessFunctions
-
- getProcessId() - Method in class net.rubygrapefruit.platform.internal.DefaultProcess
-
- getProcessId() - Method in class net.rubygrapefruit.platform.internal.WrapperProcess
-
- getProcessId() - Method in interface net.rubygrapefruit.platform.Process
-
Returns the process identifier.
- getRows() - Method in class net.rubygrapefruit.platform.internal.MutableTerminalSize
-
- getRows() - Method in interface net.rubygrapefruit.platform.TerminalSize
-
Returns the number of character rows in the terminal.
- getStringValue(WindowsRegistry.Key, String, String) - Method in class net.rubygrapefruit.platform.internal.DefaultWindowsRegistry
-
- getStringValue(int, String, String, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.WindowsRegistryFunctions
-
- getStringValue(WindowsRegistry.Key, String, String) - Method in interface net.rubygrapefruit.platform.WindowsRegistry
-
Returns a registry key value as a String.
- getSubkeys(WindowsRegistry.Key, String) - Method in class net.rubygrapefruit.platform.internal.DefaultWindowsRegistry
-
- getSubkeys(int, String, List<String>, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.WindowsRegistryFunctions
-
- getSubkeys(WindowsRegistry.Key, String) - Method in interface net.rubygrapefruit.platform.WindowsRegistry
-
Lists the subkeys of a registry key.
- getSystemInfo(MutableSystemInfo, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.NativeLibraryFunctions
-
- getTerminal(Terminals.Output) - Method in class net.rubygrapefruit.platform.internal.AbstractTerminals
-
- getTerminal(Terminals.Output) - Method in interface net.rubygrapefruit.platform.Terminals
-
Returns the terminal attached to the given output.
- getTerminalSize() - Method in class net.rubygrapefruit.platform.internal.AnsiTerminal
-
- getTerminalSize(int, MutableTerminalSize, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.PosixTerminalFunctions
-
- getTerminalSize() - Method in class net.rubygrapefruit.platform.internal.TerminfoTerminal
-
- getTerminalSize() - Method in class net.rubygrapefruit.platform.internal.WindowsTerminal
-
- getTerminalSize() - Method in class net.rubygrapefruit.platform.internal.WrapperTerminal
-
- getTerminalSize() - Method in interface net.rubygrapefruit.platform.Terminal
-
Returns the size of the terminal.
- getType() - Method in class net.rubygrapefruit.platform.internal.FileStat
-
- getType() - Method in interface net.rubygrapefruit.platform.PosixFile
-
Returns the type of this file.
- getValueNames(WindowsRegistry.Key, String) - Method in class net.rubygrapefruit.platform.internal.DefaultWindowsRegistry
-
- getValueNames(int, String, List<String>, FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.WindowsRegistryFunctions
-
- getValueNames(WindowsRegistry.Key, String) - Method in interface net.rubygrapefruit.platform.WindowsRegistry
-
Lists the value names of a registry key.
- getVersion() - Static method in class net.rubygrapefruit.platform.internal.jni.NativeLibraryFunctions
-
- getVersion() - Static method in class net.rubygrapefruit.platform.internal.jni.TerminfoFunctions
-
- getWorkingDirectory() - Method in class net.rubygrapefruit.platform.internal.DefaultProcess
-
- getWorkingDirectory(FunctionResult) - Static method in class net.rubygrapefruit.platform.internal.jni.PosixProcessFunctions
-
- getWorkingDirectory() - Method in class net.rubygrapefruit.platform.internal.WrapperProcess
-
- getWorkingDirectory() - Method in interface net.rubygrapefruit.platform.Process
-
Returns the process' current working directory.
- valueOf(String) - Static method in enum net.rubygrapefruit.platform.PosixFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.rubygrapefruit.platform.SystemInfo.Architecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.rubygrapefruit.platform.Terminal.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.rubygrapefruit.platform.Terminals.Output
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.rubygrapefruit.platform.WindowsRegistry.Key
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.rubygrapefruit.platform.PosixFile.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.rubygrapefruit.platform.SystemInfo.Architecture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.rubygrapefruit.platform.Terminal.Color
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.rubygrapefruit.platform.Terminals.Output
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.rubygrapefruit.platform.WindowsRegistry.Key
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class net.rubygrapefruit.platform.internal.jni.NativeLibraryFunctions
-