|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.im4java.core.Operation
org.im4java.core.ETOps
org.im4java.core.ETOperation
public class ETOperation
This class models the command-line of exiftool. It extends the auto-generated class ETOps with a number of methods for tag retrival and tag manipulation. Since it is not efficient to translate the original exiftool commandline-options directly to java-methods, the methods of this class don't follow the usual 1:1 relationship between method-names and commandline option-names.
| Field Summary |
|---|
| Fields inherited from class org.im4java.core.Operation |
|---|
DOP_PLACEHOLDER, iCmdArgs, IMG_PLACEHOLDER |
| Constructor Summary | |
|---|---|
ETOperation()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.im4java.core.ETOps |
|---|
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_in_place, overwrite_original, pause, preserve, printConv, printFormat, quiet, readArguments, recurse, scanForXMP, separator, shortOutputFormat, srcfile, supressDuplicates, tab, table, tagsFromFile, textOut, unknown, unknown2, verbose, verbose, veryShortOutputFormat, xmlFormat, zip |
| Methods inherited from class org.im4java.core.Operation |
|---|
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ETOperation()
| Method Detail |
|---|
public ETOperation getTags(java.lang.String... pTags)
pTags - the given tag-names
public ETOperation omitTags(java.lang.String... pTags)
pTags - tags to be omitted
ExiftoolCmdpublic 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-template
public ETOperation delTags(java.lang.String... pTags)
pTags - the tags
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||