Uses of Class
com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Packages that use CommandBuilder Package Description com.thebuzzmedia.exiftool.process.command -
-
Uses of CommandBuilder in com.thebuzzmedia.exiftool.process.command
Methods in com.thebuzzmedia.exiftool.process.command that return CommandBuilder Modifier and Type Method Description CommandBuilder
CommandBuilder. addAll(Iterable<String> arguments)
Add all arguments to the command line.CommandBuilder
CommandBuilder. addArgument(String arg, String... args)
Add new argument to the command line.static CommandBuilder
CommandBuilder. builder(String executable)
Get new builder.static CommandBuilder
CommandBuilder. builder(String executable, int nbArgs)
Get new builder.
-