Class FunctionFinder


  • public class FunctionFinder
    extends java.lang.Object
    Finds all sources of ThreadSafeMappers and ThreadLocalMappers using a couple schemes, in the following order:
    1. All resolvable DocFuncData services are used directly.
    2. All resolvable DocFuncDataFinder services are used directly.
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionFinder()  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<FunctionFinderService.Path> getFunctionNames()  
      • Methods inherited from class java.lang.Object

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

      • FunctionFinder

        public FunctionFinder()