| Package | Description |
|---|---|
| org.gradle.internal.nativeplatform | |
| org.gradle.internal.nativeplatform.jna |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeIntegrationUnavailableException
Thrown when the native integration for the current platform is not available for some reason (eg unsupported operating system, cannot load native library, etc).
|
| Modifier and Type | Method and Description |
|---|---|
Long |
ProcessEnvironment.getPid()
Returns the OS level PID for the current process.
|
File |
ProcessEnvironment.getProcessDir()
Returns the working directory of the current process.
|
void |
ProcessEnvironment.removeEnvironmentVariable(String name)
Removes the given environment variable.
|
void |
ProcessEnvironment.setEnvironmentVariable(String name,
String value)
Sets the given environment variable.
|
void |
ProcessEnvironment.setProcessDir(File processDir)
Sets the process working directory.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
UnsupportedEnvironment.getPid() |
File |
UnsupportedEnvironment.getProcessDir() |
void |
UnsupportedEnvironment.removeEnvironmentVariable(String name) |
void |
AbstractProcessEnvironment.removeEnvironmentVariable(String name) |
void |
UnsupportedEnvironment.setEnvironmentVariable(String name,
String value) |
void |
AbstractProcessEnvironment.setEnvironmentVariable(String name,
String value) |
void |
UnsupportedEnvironment.setProcessDir(File processDir) |
void |
AbstractProcessEnvironment.setProcessDir(File processDir) |
Copyright © 2013. All rights reserved