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 ImmutableExecHelperImmutableExecHelper.copyOf(ExecHelper instance) Creates an immutable copy of aExecHelpervalue.final ImmutableExecHelperImmutableExecHelper.withArguments(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofarguments.final ImmutableExecHelperImmutableExecHelper.withArguments(String... elements) Copy the current immutable object with elements that replace the content ofarguments.final ImmutableExecHelperImmutableExecHelper.withCommand(String value) Copy the current immutable object by setting a value for thecommandattribute.final ImmutableExecHelperImmutableExecHelper.withEnvironment(Map<String, ? extends String> entries) Copy the current immutable object by replacing theenvironmentmap with the specified map.final ImmutableExecHelperImmutableExecHelper.withWorkingDirectory(File value) Copy the current immutable object by setting a present value for the optionalworkingDirectoryattribute.final ImmutableExecHelperImmutableExecHelper.withWorkingDirectory(Optional<? extends File> optional) Copy the current immutable object by setting an optional value for theworkingDirectoryattribute.