Class DocumentValueHandler

java.lang.Object
org.tquadrat.foundation.config.cli.CmdLineValueHandler<Document>
org.tquadrat.foundation.config.cli.DocumentValueHandler

@ClassVersion(sourceVersion="$Id: DocumentValueHandler.java 1061 2023-09-25 16:32:43Z tquadrat $") @API(status=INTERNAL, since="0.0.1") public final class DocumentValueHandler extends CmdLineValueHandler<Document>
An implementation of CmdLineValueHandler for Document values.

The Document 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: DocumentValueHandler.java 1061 2023-09-25 16:32:43Z tquadrat $
Since:
0.0.1
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.cli.DocumentValueHandler"

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

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

  • Constructor Details

    • DocumentValueHandler

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

    • translate

      protected final Collection<Document> translate(Parameters params) throws CmdLineException
      Translates the command line values that can be referenced via the params argument to the target type.
      Specified by:
      translate in class CmdLineValueHandler<Document>
      Parameters:
      params - The command line values to translate.
      Returns:
      A collection with the result; each entry in the collection corresponds to one value from the command line.
      Throws:
      CmdLineException - The given parameters cannot be parsed to the target type.