Uses of Interface
com.thebuzzmedia.exiftool.process.OutputHandler
Packages that use OutputHandler
Package
Description
-
Uses of OutputHandler in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type OutputHandlerModifier and TypeMethodDescriptionvoid
ExecutionStrategy.execute
(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) Execute exiftool command. -
Uses of OutputHandler in com.thebuzzmedia.exiftool.core.handlers
Subinterfaces of OutputHandler in com.thebuzzmedia.exiftool.core.handlersModifier and TypeInterfaceDescriptioninterface
Handle tags line by line and store output.Classes in com.thebuzzmedia.exiftool.core.handlers that implement OutputHandlerModifier and TypeClassDescriptionclass
Read all tags line by line.class
Read tags line by line.class
Read specified input tags line by line.class
Check if line means it is the end of the stream. -
Uses of OutputHandler in com.thebuzzmedia.exiftool.core.strategies
Methods in com.thebuzzmedia.exiftool.core.strategies with parameters of type OutputHandlerModifier and TypeMethodDescriptionvoid
DefaultStrategy.execute
(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) void
PoolStrategy.execute
(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) void
StayOpenStrategy.execute
(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) -
Uses of OutputHandler in com.thebuzzmedia.exiftool.process
Methods in com.thebuzzmedia.exiftool.process with parameters of type OutputHandlerModifier and TypeMethodDescriptionCommandExecutor.execute
(Command command, OutputHandler handler) Execute command and build the result.CommandProcess.read
(OutputHandler handler) 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). -
Uses of OutputHandler in com.thebuzzmedia.exiftool.process.executor
Methods in com.thebuzzmedia.exiftool.process.executor with parameters of type OutputHandlerModifier and TypeMethodDescriptionDefaultCommandExecutor.execute
(Command command, OutputHandler handler) DefaultCommandProcess.read
(OutputHandler handler)