Class CheckUrls

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

    public class CheckUrls
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckUrls​(java.lang.String line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String call()  
      • Methods inherited from class java.lang.Object

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

      • CheckUrls

        public CheckUrls​(java.lang.String line)
    • Method Detail

      • call

        public java.lang.String call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.String>