Package com.drew.tools
Class ProcessUrlUtility
- java.lang.Object
-
- com.drew.tools.ProcessUrlUtility
-
public class ProcessUrlUtility extends java.lang.ObjectUtility that extracts metadata found at a given URL.
-
-
Constructor Summary
Constructors Constructor Description ProcessUrlUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)private static voidprocessUrl(java.net.URL url)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, JpegProcessingException- Throws:
java.io.IOExceptionJpegProcessingException
-
processUrl
private static void processUrl(java.net.URL url) throws java.io.IOException- Throws:
java.io.IOException
-
-