static WindowsShellOptions |
WindowsShellOptions.basic() |
|
WindowsShellOptions |
WindowsShellOptions.compose(WindowsShellOptions other) |
|
WindowsShellOptions |
WindowsShellOptions.set(String name,
Object value) |
Defines a custom environment variable, overriding any previously
defined variable of the same name.
|
WindowsShellOptions |
WindowsShellOptions.set(String name,
Iterator<?> iterator) |
Defines a custom environment variable, overriding any previously
defined variable of the same name, the value to be used to be taken
from the specified iterator when the getBuilder() is realized.
|
WindowsShellOptions |
WindowsShellOptions.setIfAbsent(String name,
Object value) |
Defines a custom environment variable, if-and-only-if it's not already defined.
|
WindowsShellOptions |
WindowsShellOptions.setIfAbsent(String name,
Iterator<?> iterator) |
Defines a custom environment variable, if-and-only-if it's not already defined,
the value to be used to be taken from the specified iterator when the
getBuilder() is realized.
|
static WindowsShellOptions |
WindowsShellOptions.with(com.oracle.bedrock.runtime.PropertiesBuilder builder) |
Create a WindowsShellOptions containing the basic set of
WinRM options on top of which the the specified set of WinRM
options will be added.
|
WindowsShellOptions |
WindowsShellOptions.withLifetime(long lifetime,
TimeUnit units) |
Set the lifetime of the WinRM shell
|