Class ExtractXMP

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class ExtractXMP
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    Extract the XMP metadata from the document or from a page.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File infile  
      private java.io.File outfile  
      private int page  
      private java.lang.String password  
      private java.io.PrintStream SYSERR  
      private java.io.PrintStream SYSOUT  
      private boolean toConsole  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExtractXMP()
      Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()
      Starts the xmp extraction.
      static void main​(java.lang.String[] args)
      Infamous main method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SYSOUT

        private final java.io.PrintStream SYSOUT
      • SYSERR

        private final java.io.PrintStream SYSERR
      • page

        private int page
      • password

        private java.lang.String password
      • toConsole

        private boolean toConsole
      • infile

        private java.io.File infile
      • outfile

        private java.io.File outfile
    • Constructor Detail

      • ExtractXMP

        private ExtractXMP()
        Constructor.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Infamous main method.
        Parameters:
        args - Command line arguments, should be one and a reference to a file.
      • call

        public java.lang.Integer call()
        Starts the xmp extraction.
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>