public class ETOperation extends ETOps
IMG_PLACEHOLDER
Constructor | Description |
---|---|
ETOperation() |
Modifier and Type | Method | Description |
---|---|---|
ETOperation |
delTags(java.lang.String... pTags) |
Delete all tags with the given tag-names.
|
ETOperation |
getTags(java.lang.String... pTags) |
Query all tags with the given tag-names.
|
ETOperation |
omitTags(java.lang.String... pTags) |
Omit all tags with the given tag-names.
|
ETOperation |
setTag(java.lang.String pTag,
java.lang.String pFilename) |
Set tag with the content read from a file.
|
ETOperation |
setTags(java.lang.String... pTagExpressions) |
Set all tags with the given tag-names.
|
allowDuplicates, binary, common_args, composite, coordFormat, dateFormat, decimal, escapeHTML, exclude, execute, extension, extractEmbedded, fast, fixBase, forcePrint, groupHeadings, groupNames, hex, htmlDump, htmlFormat, ifCondition, ignore, ignoreExtension, ignoreMinorErrors, latin, list, list, listd, listf, listf, listg, listg, listg, listw, listw, listwf, listwf, longOutputFormat, noPrintConv, out, overwrite_original, overwrite_original_in_place, pause, preserve, printConv, printFormat, quiet, readArguments, recurse, scanForXMP, separator, shortOutputFormat, srcfile, supressDuplicates, tab, table, tagsFromFile, textOut, unknown, unknown2, verbose, verbose, veryShortOutputFormat, xmlFormat, zip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
public ETOperation getTags(java.lang.String... pTags)
pTags
- the given tag-namespublic ETOperation omitTags(java.lang.String... pTags)
pTags
- tags to be omittedExiftoolCmd
public ETOperation setTags(java.lang.String... pTagExpressions)
pTagExpressions
- A list in the form Tag[+-]=[<][Value],...public ETOperation setTag(java.lang.String pTag, java.lang.String pFilename)
pTag
- A tag namepFilename
- A filename or filename-templatepublic ETOperation delTags(java.lang.String... pTags)
pTags
- the tags