Uses of Class
pl.poznan.put.utility.ImmutableExecHelper
-
Packages that use ImmutableExecHelper Package Description pl.poznan.put.utility Contains classes providing various useful functions. -
-
Uses of ImmutableExecHelper in pl.poznan.put.utility
Methods in pl.poznan.put.utility that return ImmutableExecHelper Modifier and Type Method Description ImmutableExecHelperImmutableExecHelper.Builder. build()Builds a newImmutableExecHelper.static ImmutableExecHelperImmutableExecHelper. copyOf(ExecHelper instance)Creates an immutable copy of aExecHelpervalue.ImmutableExecHelperImmutableExecHelper. withArguments(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofarguments.ImmutableExecHelperImmutableExecHelper. withArguments(String... elements)Copy the current immutable object with elements that replace the content ofarguments.ImmutableExecHelperImmutableExecHelper. withCommand(String value)Copy the current immutable object by setting a value for thecommandattribute.ImmutableExecHelperImmutableExecHelper. withEnvironment(Map<String,? extends String> entries)Copy the current immutable object by replacing theenvironmentmap with the specified map.ImmutableExecHelperImmutableExecHelper. withWorkingDirectory(File value)Copy the current immutable object by setting a present value for the optionalworkingDirectoryattribute.ImmutableExecHelperImmutableExecHelper. withWorkingDirectory(Optional<? extends File> optional)Copy the current immutable object by setting an optional value for theworkingDirectoryattribute.
-