Uses of Class
pl.poznan.put.utility.ImmutableExecHelper
Packages that use ImmutableExecHelper
-
Uses of ImmutableExecHelper in pl.poznan.put.utility
Methods in pl.poznan.put.utility that return ImmutableExecHelperModifier and TypeMethodDescriptionImmutableExecHelper.Builder.build()
Builds a newImmutableExecHelper
.static ImmutableExecHelper
ImmutableExecHelper.copyOf
(ExecHelper instance) Creates an immutable copy of aExecHelper
value.final ImmutableExecHelper
ImmutableExecHelper.withArguments
(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofarguments
.final ImmutableExecHelper
ImmutableExecHelper.withArguments
(String... elements) Copy the current immutable object with elements that replace the content ofarguments
.final ImmutableExecHelper
ImmutableExecHelper.withCommand
(String value) Copy the current immutable object by setting a value for thecommand
attribute.final ImmutableExecHelper
ImmutableExecHelper.withEnvironment
(Map<String, ? extends String> entries) Copy the current immutable object by replacing theenvironment
map with the specified map.final ImmutableExecHelper
ImmutableExecHelper.withWorkingDirectory
(File value) Copy the current immutable object by setting a present value for the optionalworkingDirectory
attribute.final ImmutableExecHelper
ImmutableExecHelper.withWorkingDirectory
(Optional<? extends File> optional) Copy the current immutable object by setting an optional value for theworkingDirectory
attribute.