Class Finder


  • public class Finder
    extends java.lang.Object
    Searches for a given class in the set of directories recursively. If a given directory contains jar file then searches inside the jar. Usage $ java find.Finder class dir1 dir2... where class is fully qualified class name dir name of a file system directory Example $ java find.Finder org.eclipse.ui.plugin.AbstractUIPlugin c:\eclipse\plugins will print org.eclipse.ui.plugin.AbstractUIPlugin found in c:\eclipse\plugins\org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar
    Author:
    Pinaki Poddar
    • Constructor Summary

      Constructors 
      Constructor Description
      Finder()  
    • Method Summary

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

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

      • Finder

        public Finder()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception