A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAll(Iterable<String>) - Method in class com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Add all arguments to the command line.
- addAll(Collection<T>, Iterable<T>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Add all elements of given iterable structure to given collection.
- addArgument(String, String...) - Method in class com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Add new argument to the command line.
- AF_APERTURE - com.thebuzzmedia.exiftool.core.StandardTag
- AllTagHandler - Class in com.thebuzzmedia.exiftool.core.handlers
-
Read all tags line by line.
- AllTagHandler() - Constructor for class com.thebuzzmedia.exiftool.core.handlers.AllTagHandler
- APERTURE - com.thebuzzmedia.exiftool.core.StandardTag
- append(String, long) - Method in class com.thebuzzmedia.exiftool.commons.lang.ToStringBuilder
-
Append new object field.
- append(String, Object) - Method in class com.thebuzzmedia.exiftool.commons.lang.ToStringBuilder
-
Append new object field.
- append(String, String) - Method in class com.thebuzzmedia.exiftool.commons.lang.ToStringBuilder
-
Append new string field.
- ARTIST - com.thebuzzmedia.exiftool.core.StandardTag
- AUTHOR - com.thebuzzmedia.exiftool.core.StandardTag
- AVG_BITRATE - com.thebuzzmedia.exiftool.core.StandardTag
B
- BaseTagHandler - Class in com.thebuzzmedia.exiftool.core.handlers
-
Read tags line by line.
- BaseTagHandler() - Constructor for class com.thebuzzmedia.exiftool.core.handlers.BaseTagHandler
- BR - Static variable in class com.thebuzzmedia.exiftool.Constants
-
OS independent line break.
- BRIGHTNESS - com.thebuzzmedia.exiftool.core.StandardTag
- build() - Method in class com.thebuzzmedia.exiftool.commons.lang.ToStringBuilder
-
Create the final string.
- build() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Build ExifTool options.
- build() - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Create exiftool instance with previous settings.
- build() - Method in class com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Build the command line.
- builder() - Static method in class com.thebuzzmedia.exiftool.core.StandardOptions
-
Create builder.
- builder(String) - Static method in class com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Get new builder.
- builder(String, int) - Static method in class com.thebuzzmedia.exiftool.process.command.CommandBuilder
-
Get new builder.
C
- CAPTION_ABSTRACT - com.thebuzzmedia.exiftool.core.StandardTag
- ClassUtils - Class in com.thebuzzmedia.exiftool.commons.reflection
-
Static Class Utilities.
- clear() - Method in interface com.thebuzzmedia.exiftool.VersionCache
-
Invalidate all entries.
- close() - Method in class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
- close() - Method in class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
- close() - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- close() - Method in interface com.thebuzzmedia.exiftool.ExecutionStrategy
-
This method should be used to: Close remaining process (if any). Clean previous executions. For instance, with the
stay_open
flag, this method should: Close opened process. Stop task used to automatically close process. Once closed, ExifTool should still be able to use this strategy if a call toExecutionStrategy.execute(com.thebuzzmedia.exiftool.process.CommandExecutor, java.lang.String, java.util.List<java.lang.String>, com.thebuzzmedia.exiftool.process.OutputHandler)
is made. - close() - Method in class com.thebuzzmedia.exiftool.ExifTool
-
This method should be used to clean previous execution.
- close() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- closeQuietly(Closeable) - Static method in class com.thebuzzmedia.exiftool.commons.io.IOs
-
Close instance of
Closeable
object (stream, reader, writer, etc.). - Collections - Class in com.thebuzzmedia.exiftool.commons.iterables
-
Static Collection Utilities.
- COLOR_SPACE - com.thebuzzmedia.exiftool.core.StandardTag
- com.thebuzzmedia.exiftool - package com.thebuzzmedia.exiftool
- com.thebuzzmedia.exiftool.commons.exceptions - package com.thebuzzmedia.exiftool.commons.exceptions
- com.thebuzzmedia.exiftool.commons.io - package com.thebuzzmedia.exiftool.commons.io
- com.thebuzzmedia.exiftool.commons.iterables - package com.thebuzzmedia.exiftool.commons.iterables
- com.thebuzzmedia.exiftool.commons.lang - package com.thebuzzmedia.exiftool.commons.lang
- com.thebuzzmedia.exiftool.commons.reflection - package com.thebuzzmedia.exiftool.commons.reflection
- com.thebuzzmedia.exiftool.core - package com.thebuzzmedia.exiftool.core
- com.thebuzzmedia.exiftool.core.cache - package com.thebuzzmedia.exiftool.core.cache
- com.thebuzzmedia.exiftool.core.handlers - package com.thebuzzmedia.exiftool.core.handlers
- com.thebuzzmedia.exiftool.core.schedulers - package com.thebuzzmedia.exiftool.core.schedulers
- com.thebuzzmedia.exiftool.core.strategies - package com.thebuzzmedia.exiftool.core.strategies
- com.thebuzzmedia.exiftool.exceptions - package com.thebuzzmedia.exiftool.exceptions
- com.thebuzzmedia.exiftool.logs - package com.thebuzzmedia.exiftool.logs
- com.thebuzzmedia.exiftool.process - package com.thebuzzmedia.exiftool.process
- com.thebuzzmedia.exiftool.process.command - package com.thebuzzmedia.exiftool.process.command
- com.thebuzzmedia.exiftool.process.executor - package com.thebuzzmedia.exiftool.process.executor
- Command - Interface in com.thebuzzmedia.exiftool.process
-
Command Line interface.
- CommandBuilder - Class in com.thebuzzmedia.exiftool.process.command
-
Command builder.
- CommandExecutor - Interface in com.thebuzzmedia.exiftool.process
-
Command Executor.
- CommandExecutors - Class in com.thebuzzmedia.exiftool.process.executor
-
Executor Factory.
- CommandProcess - Interface in com.thebuzzmedia.exiftool.process
-
Process interface.
- CommandResult - Interface in com.thebuzzmedia.exiftool.process
-
Result of command execution.
- COMMENT - com.thebuzzmedia.exiftool.core.StandardTag
- compareTo(Version) - Method in class com.thebuzzmedia.exiftool.Version
- Constants - Class in com.thebuzzmedia.exiftool
-
List of constants used with Exiftool.
- CONTRAST - com.thebuzzmedia.exiftool.core.StandardTag
- COPYRIGHT - com.thebuzzmedia.exiftool.core.StandardTag
- COPYRIGHT_NOTICE - com.thebuzzmedia.exiftool.core.StandardTag
- create(Class<?>) - Static method in class com.thebuzzmedia.exiftool.commons.lang.ToStringBuilder
-
Create the builder with given class (the simple name will be used to start the
toString
value). - CREATE_DATE - com.thebuzzmedia.exiftool.core.StandardTag
- CREATION_DATE - com.thebuzzmedia.exiftool.core.StandardTag
- CREATOR - com.thebuzzmedia.exiftool.core.StandardTag
D
- DATE_TIME_ORIGINAL - com.thebuzzmedia.exiftool.core.StandardTag
- debug(String) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display debug information to the console.
- debug(String, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display debug information to the console.
- debug(String, Object, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display debug information to the console.
- DefaultCommand - Class in com.thebuzzmedia.exiftool.process.command
-
Default implementation for
Command
interface. - DefaultCommand(String, List<String>) - Constructor for class com.thebuzzmedia.exiftool.process.command.DefaultCommand
-
Create command line.
- DefaultCommandExecutor - Class in com.thebuzzmedia.exiftool.process.executor
-
Default Executor.
- DefaultCommandExecutor() - Constructor for class com.thebuzzmedia.exiftool.process.executor.DefaultCommandExecutor
-
Create default executor.
- DefaultCommandProcess - Class in com.thebuzzmedia.exiftool.process.executor
-
Default implementation for
CommandProcess
interface. - DefaultCommandProcess(InputStream, OutputStream, InputStream) - Constructor for class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
-
Create process.
- DefaultCommandResult - Class in com.thebuzzmedia.exiftool.process.executor
-
Default result object.
- DefaultCommandResult(int, String) - Constructor for class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
-
Create new result.
- DefaultScheduler - Class in com.thebuzzmedia.exiftool.core.schedulers
-
Default implementation for
exiftool
Scheduler
. - DefaultScheduler(long) - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
-
Deprecated.Use
DefaultScheduler(SchedulerDuration)
instead. - DefaultScheduler(long, TimeUnit) - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
-
Deprecated.Use
DefaultScheduler(SchedulerDuration)
instead. - DefaultScheduler(SchedulerDuration) - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
-
Create new scheduler.
- DefaultScheduler(SchedulerDuration, SchedulerDuration) - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
-
Create new scheduler.
- DefaultStrategy - Class in com.thebuzzmedia.exiftool.core.strategies
-
This is the default strategy.
- DefaultStrategy() - Constructor for class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
-
Create strategy.
- DependencyUtils - Class in com.thebuzzmedia.exiftool.commons.reflection
-
Static Dependency Utilities.
- DIGITAL_ZOOM_RATIO - com.thebuzzmedia.exiftool.core.StandardTag
- doNotOverwiteOriginal() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Do not overwrite original file.
- duration(long, TimeUnit) - Static method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
-
Create new duration in millis.
E
- enableStayOpen() - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Enable
stay_open
feature. - enableStayOpen(long) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Enable
stay_open
feature. - enableStayOpen(Scheduler) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Enable
stay_open
feature and perform cleanup task using givenscheduler
. - equals(Object) - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- equals(Object) - Method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
- equals(Object) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- equals(Object) - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- equals(Object) - Method in class com.thebuzzmedia.exiftool.process.command.DefaultCommand
- equals(Object) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- equals(Object) - Method in class com.thebuzzmedia.exiftool.Version
- error(String) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display error information to the console.
- error(String, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display error information to the console.
- error(String, Object, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display error information to the console.
- error(String, Throwable) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Log exception stack trace as error Level.
- Exceptions - Class in com.thebuzzmedia.exiftool.commons.exceptions
-
Static Exceptions Utilities.
- execute(Command) - Method in interface com.thebuzzmedia.exiftool.process.CommandExecutor
-
Execute command and build the result.
- execute(Command) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandExecutor
- execute(CommandExecutor, String, List<String>, OutputHandler) - Method in class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
- execute(CommandExecutor, String, List<String>, OutputHandler) - Method in class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
- execute(CommandExecutor, String, List<String>, OutputHandler) - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- execute(CommandExecutor, String, List<String>, OutputHandler) - Method in interface com.thebuzzmedia.exiftool.ExecutionStrategy
-
Execute exiftool command.
- execute(Command, OutputHandler) - Method in interface com.thebuzzmedia.exiftool.process.CommandExecutor
-
Execute command and build the result.
- execute(Command, OutputHandler) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandExecutor
- ExecutionStrategy - Interface in com.thebuzzmedia.exiftool
-
ExifTool execution strategy.
- EXIF_VERSION - com.thebuzzmedia.exiftool.core.StandardTag
- ExifTool - Class in com.thebuzzmedia.exiftool
-
Class used to provide a Java-like interface to Phil Harvey's excellent, Perl-based ExifTool.
- ExifToolBuilder - Class in com.thebuzzmedia.exiftool
-
Builder for
ExifTool
instance. - ExifToolBuilder() - Constructor for class com.thebuzzmedia.exiftool.ExifToolBuilder
- ExifToolNotFoundException - Exception in com.thebuzzmedia.exiftool.exceptions
-
Exception thrown when exiftool program is missing.
- ExifToolNotFoundException(IOException, String) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
-
Create exception.
- ExifToolNotFoundException(String, CommandResult) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
-
Create exception.
- ExifToolOptions - Interface in com.thebuzzmedia.exiftool
-
ExifTool options wrapper that can be serialized as list of arguments.
- EXPOSURE_COMPENSATION - com.thebuzzmedia.exiftool.core.StandardTag
- EXPOSURE_DIFFERENCE - com.thebuzzmedia.exiftool.core.StandardTag
- EXPOSURE_PROGRAM - com.thebuzzmedia.exiftool.core.StandardTag
- EXPOSURE_TIME - com.thebuzzmedia.exiftool.core.StandardTag
F
- FILE_SIZE - com.thebuzzmedia.exiftool.core.StandardTag
- FILE_TYPE - com.thebuzzmedia.exiftool.core.StandardTag
- finalize() - Method in class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
- finalize() - Method in class com.thebuzzmedia.exiftool.core.schedulers.TimerScheduler
- finalize() - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- firstNonNull(T, T, T...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.Objects
-
Returns the first of two given parameters that is not
null
. - FLASH - com.thebuzzmedia.exiftool.core.StandardTag
- flush() - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Flush pending write operations.
- flush() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- FNUMBER - com.thebuzzmedia.exiftool.core.StandardTag
- FOCAL_LENGTH - com.thebuzzmedia.exiftool.core.StandardTag
- FOCAL_LENGTH_35MM - com.thebuzzmedia.exiftool.core.StandardTag
- FOCUS_DISTANCE - com.thebuzzmedia.exiftool.core.StandardTag
- FOCUS_MODE - com.thebuzzmedia.exiftool.core.StandardTag
- FOCUS_POSITION - com.thebuzzmedia.exiftool.core.StandardTag
- Format - Interface in com.thebuzzmedia.exiftool
-
Interface used to define different output formats.
G
- getArgs() - Method in interface com.thebuzzmedia.exiftool.Format
-
List of arguments to pass to
exiftool
command to return associated format. - getArguments() - Method in class com.thebuzzmedia.exiftool.process.command.DefaultCommand
- getArguments() - Method in interface com.thebuzzmedia.exiftool.process.Command
-
Command arguments: First item should be the command line executable value. Next items should be the command line arguments.
- getCharset() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getCharset() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getCoordFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getCoordFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getDateFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getDateFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getDelay() - Method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
-
Get the duration delay.
- getDisplayName() - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- getDisplayName() - Method in enum com.thebuzzmedia.exiftool.core.StandardTag
- getDisplayName() - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- getDisplayName() - Method in interface com.thebuzzmedia.exiftool.Tag
-
Used to get the display name of the tag, which is the actual name printed by the tool on stout.
- getExitStatus() - Method in interface com.thebuzzmedia.exiftool.process.CommandResult
-
Exit status.
- getExitStatus() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- getFile() - Method in exception com.thebuzzmedia.exiftool.exceptions.UnreadableFileException
- getFile() - Method in exception com.thebuzzmedia.exiftool.exceptions.UnwritableFileException
- getFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getImageMeta(File) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata for all tags.
- getImageMeta(File, ExifToolOptions) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata for all tags.
- getImageMeta(File, ExifToolOptions, Collection<? extends Tag>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata.
- getImageMeta(File, Format) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata for all tags.
- getImageMeta(File, Format, Collection<? extends Tag>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata.
- getImageMeta(File, Collection<Tag>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Parse image metadata.
- getLang() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getLang() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getLogger(Class<?>) - Static method in class com.thebuzzmedia.exiftool.logs.LoggerFactory
-
Return a logger named corresponding to the class passed as parameter,
- getLogger(Class<?>) - Method in interface com.thebuzzmedia.exiftool.logs.LoggerProvider
-
Create the logger.
- getMajor() - Method in class com.thebuzzmedia.exiftool.Version
-
Gets
Version.major
. - getMinor() - Method in class com.thebuzzmedia.exiftool.Version
-
Gets
Version.minor
. - getModules() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getModules() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getName() - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- getName() - Method in enum com.thebuzzmedia.exiftool.core.StandardTag
- getName() - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- getName() - Method in interface com.thebuzzmedia.exiftool.Tag
-
Used to get the name of the tag (e.g.
- getOutput() - Method in interface com.thebuzzmedia.exiftool.process.CommandResult
-
Command output.
- getOutput() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- getPassword() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- getPassword() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- getPatch() - Method in class com.thebuzzmedia.exiftool.Version
-
Gets
Version.patch
. - getPath() - Method in exception com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
-
Get ExifTool path defined during command execution.
- getPath() - Method in exception com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
- getResult() - Method in exception com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
-
Get result triggered during command execution.
- getTags() - Method in class com.thebuzzmedia.exiftool.core.handlers.BaseTagHandler
- getTags() - Method in interface com.thebuzzmedia.exiftool.core.handlers.TagHandler
-
Get all tags that have been extracted.
- getThrownExceptions() - Method in exception com.thebuzzmedia.exiftool.exceptions.PoolIOException
- getTimeUnit() - Method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
-
Get the duration time unit.
- getVersion() - Method in exception com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
- getVersion() - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Exiftool version pointed by this instance.
- GPS_ALTITUDE - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_ALTITUDE_REF - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_BEARING - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_BEARING_REF - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_LATITUDE - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_LATITUDE_REF - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_LONGITUDE - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_LONGITUDE_REF - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_PROCESS_METHOD - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_SPEED - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_SPEED_REF - com.thebuzzmedia.exiftool.core.StandardTag
- GPS_TIMESTAMP - com.thebuzzmedia.exiftool.core.StandardTag
H
- hashCode() - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- hashCode() - Method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
- hashCode() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- hashCode() - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- hashCode() - Method in class com.thebuzzmedia.exiftool.process.command.DefaultCommand
- hashCode() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- hashCode() - Method in class com.thebuzzmedia.exiftool.Version
- HUMAN_READABLE - com.thebuzzmedia.exiftool.core.StandardFormat
I
- IMAGE_DATA_SIZE - com.thebuzzmedia.exiftool.core.StandardTag
- IMAGE_HEIGHT - com.thebuzzmedia.exiftool.core.StandardTag
- IMAGE_WIDTH - com.thebuzzmedia.exiftool.core.StandardTag
- info(String) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display information to the console.
- info(String, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display information to the console.
- info(String, Object, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display information to the console.
- IOs - Class in com.thebuzzmedia.exiftool.commons.io
-
Static Input/Output Utilities.
- IPTC_KEYWORDS - com.thebuzzmedia.exiftool.core.StandardTag
- isClosed() - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Check if current process has been closed.
- isClosed() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- isDebugEnabled() - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Check if debug level is enabled for this logger.
- isDuplicates() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- isDuplicates() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- isEmpty(Collection<T>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Check if collection is empty (
null
or empty). - isEscapeHtml() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- isEscapeHtml() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- isEscapeXml() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- isEscapeXml() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- isExtractEmbedded() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- isExtractEmbedded() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- isFailure() - Method in interface com.thebuzzmedia.exiftool.process.CommandResult
-
Check if command result is a failure.
- isFailure() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- isGuavaAvailable() - Static method in class com.thebuzzmedia.exiftool.commons.reflection.DependencyUtils
-
Check if Guava is available on the classpath.
- isIgnoreMinorErrors() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- isIgnoreMinorErrors() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- isLog4j2Available() - Static method in class com.thebuzzmedia.exiftool.commons.reflection.DependencyUtils
-
Check if log4j2 is available on the classpath.
- isLog4jAvailable() - Static method in class com.thebuzzmedia.exiftool.commons.reflection.DependencyUtils
-
Check if log4j is available on the classpath.
- isNotEmpty(String) - Static method in class com.thebuzzmedia.exiftool.commons.lang.Strings
- isNotEmpty(Collection<T>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Check if collection is not empty (not
null
and not empty). - ISO - com.thebuzzmedia.exiftool.core.StandardTag
- isOverwriteOriginal() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Check if writing metadata will overwrite original file (not in place).
- isOverwriteOriginal() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
-
Check if writing metadata will overwrite original file (not in place).
- isOverwriteOriginalInPlace() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Check if writing metadata will overwrite original file in place.
- isOverwriteOriginalInPlace() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
-
Check if writing metadata will overwrite original file in place.
- isPositive(T, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Check if given number is strictly positive (strictly greater than zero).
- isPresent(String) - Static method in class com.thebuzzmedia.exiftool.commons.reflection.ClassUtils
-
Check if given class is available on classpath.
- isReadable(File, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Check that a given file exist and is readable.
- isRunning() - Method in class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
- isRunning() - Method in class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
- isRunning() - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- isRunning() - Method in interface com.thebuzzmedia.exiftool.ExecutionStrategy
-
Check if exiftool process is currently running.
- isRunning() - Method in class com.thebuzzmedia.exiftool.ExifTool
-
This method is used to determine if there is currently a running ExifTool process associated with this class.
- isRunning() - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Check if current process is still opened.
- isRunning() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- isSlf4jAvailable() - Static method in class com.thebuzzmedia.exiftool.commons.reflection.DependencyUtils
-
Check if slf4j is available on the classpath.
- isSuccess() - Method in interface com.thebuzzmedia.exiftool.process.CommandResult
-
Check if command result is a success.
- isSuccess() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- isSupported(Version) - Method in class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
- isSupported(Version) - Method in class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
- isSupported(Version) - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- isSupported(Version) - Method in interface com.thebuzzmedia.exiftool.ExecutionStrategy
-
Check if this strategy should is supported with this specific version.
- isWritable(File, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Check that a given file exist and is writable.
J
- join(Collection<T>, String) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Join elements of collection to a final string.
K
- KEYWORDS - com.thebuzzmedia.exiftool.core.StandardTag
L
- launderThrowable(Throwable) - Static method in class com.thebuzzmedia.exiftool.commons.exceptions.Exceptions
-
Coerce an unchecked Throwable to a RuntimeException: If the Throwable is an Error, throw it. If it is a
RuntimeException
return it. Otherwise, throwIllegalStateException
. - LENS_F_STOPS - com.thebuzzmedia.exiftool.core.StandardTag
- LENS_ID - com.thebuzzmedia.exiftool.core.StandardTag
- LENS_MAKE - com.thebuzzmedia.exiftool.core.StandardTag
- LENS_MODEL - com.thebuzzmedia.exiftool.core.StandardTag
- LENS_SPEC - com.thebuzzmedia.exiftool.core.StandardTag
- load(String, CommandExecutor) - Method in interface com.thebuzzmedia.exiftool.VersionCache
-
Execute
exiftool
using givenexecutor
to get version ofexiftool
executable and put results in a cache. - Logger - Interface in com.thebuzzmedia.exiftool.logs
-
Logger interface.
- LoggerFactory - Class in com.thebuzzmedia.exiftool.logs
-
Factory to use to create
Logger
instances. - LoggerProvider - Interface in com.thebuzzmedia.exiftool.logs
-
A provider for
Logger
instance, that can be used with the Service Provider Interface (seeServiceLoader
.
M
- MAKE - com.thebuzzmedia.exiftool.core.StandardTag
- map(Collection<T>, Mapper<T, U>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Map list of inputs to a new list of outputs.
- map(T) - Method in interface com.thebuzzmedia.exiftool.commons.iterables.Mapper
-
Map input to given output.
- Mapper<T,U> - Interface in com.thebuzzmedia.exiftool.commons.iterables
-
Mapper interface.
- MEGA_PIXELS - com.thebuzzmedia.exiftool.core.StandardTag
- METERING_MODE - com.thebuzzmedia.exiftool.core.StandardTag
- millis(long) - Static method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
-
Create new duration in millis.
- MIME_TYPE - com.thebuzzmedia.exiftool.core.StandardTag
- MODEL - com.thebuzzmedia.exiftool.core.StandardTag
N
- newCache() - Static method in class com.thebuzzmedia.exiftool.core.cache.VersionCacheFactory
-
Create new cache for exiftool version.
- newExecutor() - Static method in class com.thebuzzmedia.exiftool.process.executor.CommandExecutors
-
Create a fresh new withExecutor.
- NonConvertedTag - Class in com.thebuzzmedia.exiftool.core
-
Utility class used to generate tags which are not print converted.
- NoOpScheduler - Class in com.thebuzzmedia.exiftool.core.schedulers
-
This scheduler do nothing (use it for disabling scheduler).
- NoOpScheduler() - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.NoOpScheduler
- notBlank(String, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Ensures that a string is: Not
null
. Not empty. Not blank (i.e contains at least one character other than space). - notEmpty(Iterable<T>, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Ensures that iterable element is: Not
null
. Not empty. - notEmpty(Map<T, U>, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Ensures that map is: Not
null
. Not empty. - notEmpty(T[], String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Ensures that array is: Not
null
. Not empty. - notNull(T, String, Object...) - Static method in class com.thebuzzmedia.exiftool.commons.lang.PreConditions
-
Ensures that an object reference passed as a parameter to the calling method is not
null
. - NUMERIC - com.thebuzzmedia.exiftool.core.StandardFormat
O
- OBJECT_NAME - com.thebuzzmedia.exiftool.core.StandardTag
- Objects - Class in com.thebuzzmedia.exiftool.commons.lang
-
Static Objects Utilities.
- of(Tag) - Static method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
-
Create the tag from given original one.
- ORIENTATION - com.thebuzzmedia.exiftool.core.StandardTag
- OutputHandler - Interface in com.thebuzzmedia.exiftool.process
-
Handler that should be used to handle command line output.
- OWNER_NAME - com.thebuzzmedia.exiftool.core.StandardTag
P
- parse(String) - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- parse(String) - Method in enum com.thebuzzmedia.exiftool.core.StandardTag
- parse(String) - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- parse(String) - Method in interface com.thebuzzmedia.exiftool.Tag
-
Parse given tag to the correct data format.
- PoolIOException - Exception in com.thebuzzmedia.exiftool.exceptions
- PoolIOException(String, Collection<Exception>) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.PoolIOException
- PoolStrategy - Class in com.thebuzzmedia.exiftool.core.strategies
-
Implementation of
ExecutionStrategy
using a pool of strategies. - PoolStrategy(Collection<ExecutionStrategy>) - Constructor for class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
-
Create the pool.
- PreConditions - Class in com.thebuzzmedia.exiftool.commons.lang
-
Static PreConditions Utilities.
Q
- QUALITY - com.thebuzzmedia.exiftool.core.StandardTag
R
- RATING - com.thebuzzmedia.exiftool.core.StandardTag
- RATING_PERCENT - com.thebuzzmedia.exiftool.core.StandardTag
- read() - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Read output until a null line is read.
- read() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- read(OutputHandler) - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Read output until: A null line is read. Handler returns false when line is read. Since command process will not be closed, a simple string is returned (an exit status cannot be computed).
- read(OutputHandler) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- readInputStream(InputStream, StreamVisitor) - Static method in class com.thebuzzmedia.exiftool.commons.io.IOs
-
Read input and continue until
StreamVisitor.readLine(String)
returnsfalse
. - readLine(String) - Method in interface com.thebuzzmedia.exiftool.commons.io.StreamVisitor
-
Read line.
- readLine(String) - Method in class com.thebuzzmedia.exiftool.core.handlers.BaseTagHandler
- readLine(String) - Method in class com.thebuzzmedia.exiftool.core.handlers.StopHandler
- readLine(String) - Method in interface com.thebuzzmedia.exiftool.process.OutputHandler
-
Read a line from command output.
- ROTATION - com.thebuzzmedia.exiftool.core.StandardTag
S
- SATURATION - com.thebuzzmedia.exiftool.core.StandardTag
- Scheduler - Interface in com.thebuzzmedia.exiftool
-
Scheduler interface.
- SchedulerDuration - Class in com.thebuzzmedia.exiftool.core.schedulers
-
A duration, represented by a delay and a time unit.
- seconds(long) - Static method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
-
Create new duration in seconds.
- SENSING_METHOD - com.thebuzzmedia.exiftool.core.StandardTag
- SEPARATOR - Static variable in class com.thebuzzmedia.exiftool.Constants
-
Separator used to separate values.
- serialize() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- serialize() - Method in interface com.thebuzzmedia.exiftool.ExifToolOptions
-
Serialize exiftool options as a collection of arguments that will be sent to the command line.
- setImageMeta(File, ExifToolOptions, Map<? extends Tag, String>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Write image metadata in a specific format.
- setImageMeta(File, Format, Map<? extends Tag, String>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Write image metadata in a specific format.
- setImageMeta(File, Map<? extends Tag, String>) - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Write image metadata.
- SHARPNESS - com.thebuzzmedia.exiftool.core.StandardTag
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.schedulers.NoOpScheduler
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.schedulers.TimerScheduler
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.strategies.DefaultStrategy
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.strategies.PoolStrategy
- shutdown() - Method in class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
- shutdown() - Method in interface com.thebuzzmedia.exiftool.ExecutionStrategy
-
Shutdown the strategy.
- shutdown() - Method in interface com.thebuzzmedia.exiftool.Scheduler
-
Shutdown scheduler: once done, the scheduler will not be usable anymore.
- SHUTTER_SPEED - com.thebuzzmedia.exiftool.core.StandardTag
- size() - Method in class com.thebuzzmedia.exiftool.core.handlers.BaseTagHandler
- size() - Method in interface com.thebuzzmedia.exiftool.core.handlers.TagHandler
-
Get the number of tags extracted.
- size() - Method in interface com.thebuzzmedia.exiftool.VersionCache
-
Get current size of cache (a.k.a number of entries).
- size(Collection<T>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Get size of collection.
- SOFTWARE - com.thebuzzmedia.exiftool.core.StandardTag
- StandardFormat - Enum in com.thebuzzmedia.exiftool.core
-
Enum used to define the 2 different output formats that
StandardTag
values can be returned in: numeric or human-readable text. - StandardOptions - Class in com.thebuzzmedia.exiftool.core
-
Support options from exiftool binary.
- StandardOptions.Builder - Class in com.thebuzzmedia.exiftool.core
-
Builder for
StandardOptions
. - StandardTag - Enum in com.thebuzzmedia.exiftool.core
-
Enum used to pre-define a convenient list of tags that can be easily extracted from images using this class with an external install of ExifTool.
- StandardTagHandler - Class in com.thebuzzmedia.exiftool.core.handlers
-
Read specified input tags line by line.
- StandardTagHandler(Collection<? extends Tag>) - Constructor for class com.thebuzzmedia.exiftool.core.handlers.StandardTagHandler
-
Create handler with expected list of tags to parse.
- start(Command) - Method in interface com.thebuzzmedia.exiftool.process.CommandExecutor
-
Start command line and return associated process.
- start(Command) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandExecutor
- start(Runnable) - Method in class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
- start(Runnable) - Method in class com.thebuzzmedia.exiftool.core.schedulers.NoOpScheduler
- start(Runnable) - Method in class com.thebuzzmedia.exiftool.core.schedulers.TimerScheduler
- start(Runnable) - Method in interface com.thebuzzmedia.exiftool.Scheduler
-
Schedule task.
- StayOpenStrategy - Class in com.thebuzzmedia.exiftool.core.strategies
-
Execution strategy that use
exiftool
with thestay_open
feature. - StayOpenStrategy(Scheduler) - Constructor for class com.thebuzzmedia.exiftool.core.strategies.StayOpenStrategy
-
Create strategy.
- stop() - Method in class com.thebuzzmedia.exiftool.core.schedulers.DefaultScheduler
- stop() - Method in class com.thebuzzmedia.exiftool.core.schedulers.NoOpScheduler
- stop() - Method in class com.thebuzzmedia.exiftool.core.schedulers.TimerScheduler
- stop() - Method in class com.thebuzzmedia.exiftool.ExifTool
-
Stop `ExifTool` client.
- stop() - Method in interface com.thebuzzmedia.exiftool.Scheduler
-
Stop pending task.
- stopHandler() - Static method in class com.thebuzzmedia.exiftool.core.handlers.StopHandler
-
Get instance.
- StopHandler - Class in com.thebuzzmedia.exiftool.core.handlers
-
Check if line means it is the end of the stream.
- StreamVisitor - Interface in com.thebuzzmedia.exiftool.commons.io
-
Visitor used to read lines of
InputStream
during read operation. - Strings - Class in com.thebuzzmedia.exiftool.commons.lang
-
Static String Utilities.
- SUB_SEC_TIME_ORIGINAL - com.thebuzzmedia.exiftool.core.StandardTag
- SUBJECT - com.thebuzzmedia.exiftool.core.StandardTag
T
- Tag - Interface in com.thebuzzmedia.exiftool
-
A
Tag
is a value that can be easily extracted from images with an external install of ExifTool. - TagHandler - Interface in com.thebuzzmedia.exiftool.core.handlers
- TimerScheduler - Class in com.thebuzzmedia.exiftool.core.schedulers
-
Scheduler using
Timer
as internal task scheduler. - TimerScheduler(String, long) - Constructor for class com.thebuzzmedia.exiftool.core.schedulers.TimerScheduler
-
Create scheduler.
- TITLE - com.thebuzzmedia.exiftool.core.StandardTag
- toBuilder() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
-
Re-Create builder from given options.
- toCollection(Iterable<T>) - Static method in class com.thebuzzmedia.exiftool.commons.iterables.Collections
-
Create in memory collection from given iterable elements.
- toString() - Method in class com.thebuzzmedia.exiftool.core.NonConvertedTag
- toString() - Method in class com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
- toString() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- toString() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions
- toString() - Method in class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- toString() - Method in class com.thebuzzmedia.exiftool.process.command.DefaultCommand
- toString() - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandResult
- toString() - Method in class com.thebuzzmedia.exiftool.Version
- ToStringBuilder - Class in com.thebuzzmedia.exiftool.commons.lang
- trace(String) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display trace to the console.
- trace(String, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display trace to the console.
- trace(String, Object, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display trace to the console.
U
- UnreadableFileException - Exception in com.thebuzzmedia.exiftool.exceptions
-
Exception thrown when a file cannot be read.
- UnreadableFileException(File, String) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.UnreadableFileException
-
Create exception.
- UnspecifiedTag - Class in com.thebuzzmedia.exiftool.core
-
Class that can represent any tag, not just the standard tags.
- UnspecifiedTag(String) - Constructor for class com.thebuzzmedia.exiftool.core.UnspecifiedTag
- UnsupportedFeatureException - Exception in com.thebuzzmedia.exiftool.exceptions
-
Class used to define an exception that occurs when the caller attempts to use a feature that the underlying native ExifTool install does not support (i.e. the version isn't new enough).
- UnsupportedFeatureException(String, Version) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
- UnwritableFileException - Exception in com.thebuzzmedia.exiftool.exceptions
-
Exception thrown when a file cannot be written.
- UnwritableFileException(File, String) - Constructor for exception com.thebuzzmedia.exiftool.exceptions.UnwritableFileException
-
Create exception.
- useModules(String, String...) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Add new exiftool module.
- useModules(Collection<String>) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Add new exiftool modules.
V
- valueOf(String) - Static method in enum com.thebuzzmedia.exiftool.core.StandardFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thebuzzmedia.exiftool.core.StandardTag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.thebuzzmedia.exiftool.core.StandardFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.thebuzzmedia.exiftool.core.StandardTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Version - Class in com.thebuzzmedia.exiftool
-
Define a version number with: A major identifier. A minor identifier. A patch identifier.
- Version(String) - Constructor for class com.thebuzzmedia.exiftool.Version
-
Create new version number from a given string formatted such as:
[major].[minor].[patch]
. - VersionCache - Interface in com.thebuzzmedia.exiftool
-
Parse
exiftool
version and put it in a cache. - VersionCacheFactory - Class in com.thebuzzmedia.exiftool.core.cache
-
VersionCache
factory.
W
- warn(String) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display warning information to the console.
- warn(String, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display warning information to the console.
- warn(String, Object, Object) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display warning information to the console.
- warn(String, Throwable) - Method in interface com.thebuzzmedia.exiftool.logs.Logger
-
Display warning information to the console.
- WHITE_BALANCE - com.thebuzzmedia.exiftool.core.StandardTag
- withCharset(Charset) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withCoordFormat(String) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withDateFormat(String) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withDuplicates(boolean) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withEscapeHtml(boolean) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withEscapeXml(boolean) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withExecutor(CommandExecutor) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default exifTool executor.
- withExtractEmbedded(boolean) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withFormat(Format) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withHumanReadableFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withIgnoreMinorErrors(boolean) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withLang(String) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Update
StandardOptions.Builder.lang
- withNumericFormat() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Update
StandardOptions.Builder.format
withStandardFormat.NUMERIC
. - withOverwiteOriginal() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Overwrite original file.
- withOverwiteOriginalInPlace() - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
-
Overwrite original file in place.
- withPassword(String) - Method in class com.thebuzzmedia.exiftool.core.StandardOptions.Builder
- withPath(File) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default path.
- withPath(String) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default path.
- withPoolSize(int) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default execution strategy: a pool of
StayOpenStrategy
with a size ofpoolSize
will be used. No cleanup scheduler will be used (useExifToolBuilder.withPoolSize(int, long)
instead. - withPoolSize(int, long) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default execution strategy: a pool of
StayOpenStrategy
with a size ofpoolSize
will be used. Default scheduler instances will be used with a delay ofcleanupDelay
. - withStrategy(ExecutionStrategy) - Method in class com.thebuzzmedia.exiftool.ExifToolBuilder
-
Override default execution strategy.
- write(Iterable<String>) - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Write set of inputs to the current process.
- write(Iterable<String>) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
- write(String, String...) - Method in interface com.thebuzzmedia.exiftool.process.CommandProcess
-
Write input string to the current process.
- write(String, String...) - Method in class com.thebuzzmedia.exiftool.process.executor.DefaultCommandProcess
X
- X_RESOLUTION - com.thebuzzmedia.exiftool.core.StandardTag
Y
- Y_RESOLUTION - com.thebuzzmedia.exiftool.core.StandardTag
All Classes All Packages