Class TikaGUI

    • Constructor Detail

      • TikaGUI

        public TikaGUI​(org.apache.tika.parser.Parser parser)
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Main method. Sets the Swing look and feel to the operating system settings, and starts the Tika GUI with an AutoDetectParser instance as the default parser.
        Parameters:
        args - ignored
        Throws:
        Exception - if an error occurs
      • openFile

        public void openFile​(File file)
      • openURL

        public void openURL​(URL url)