Class ProcessUrlUtility


  • public class ProcessUrlUtility
    extends java.lang.Object
    Utility that extracts metadata found at a given URL.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      private static void processUrl​(java.net.URL url)  
      • Methods inherited from class java.lang.Object

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

      • ProcessUrlUtility

        public ProcessUrlUtility()
    • Method Detail

      • processUrl

        private static void processUrl​(java.net.URL url)
                                throws java.io.IOException
        Throws:
        java.io.IOException