Class ImageValueHandler

java.lang.Object
org.tquadrat.foundation.config.cli.CmdLineValueHandler<BufferedImage>
org.tquadrat.foundation.config.cli.ImageValueHandler

@ClassVersion(sourceVersion="$Id: ImageValueHandler.java 1061 2023-09-25 16:32:43Z tquadrat $") @API(status=INTERNAL, since="0.0.1") public final class ImageValueHandler extends CmdLineValueHandler<BufferedImage>

An implementation of CmdLineValueHandler for BufferedImage values.

The image will be identified by the name of the respective File object that of course has to exist and needs to be accessible.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ImageValueHandler.java 1061 2023-09-25 16:32:43Z tquadrat $
Since:
0.0.1
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.cli.ImageValueHandler"

UML Diagram for "org.tquadrat.foundation.config.cli.ImageValueHandler"

UML Diagram for "org.tquadrat.foundation.config.cli.ImageValueHandler"
  • Field Details

  • Constructor Details

    • ImageValueHandler

      Creates a new ImageValueHandler instance.
      Parameters:
      context - The CLI definition that provides the context for this value handler.
      valueSetter - The function that places the translated value to the property.
    • ImageValueHandler

      Creates a new ImageValueHandler instance.
      Parameters:
      valueSetter - The function that places the translated value to the property.
  • Method Details