Package | Description |
---|---|
com.thebuzzmedia.exiftool.process.command |
Modifier and Type | Method and Description |
---|---|
CommandBuilder |
CommandBuilder.addAll(java.lang.Iterable<java.lang.String> arguments)
Add all arguments to the command line.
|
CommandBuilder |
CommandBuilder.addArgument(java.lang.String arg,
java.lang.String... args)
Add new argument to the command line.
|
static CommandBuilder |
CommandBuilder.builder(java.lang.String executable)
Get new builder.
|
static CommandBuilder |
CommandBuilder.builder(java.lang.String executable,
int nbArgs)
Get new builder.
|
Copyright © 2019. All Rights Reserved.