Class ClassNameLocatorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> locateClassNames​(java.lang.String packageName)
      Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
      • Methods inherited from class java.lang.Object

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

      • locateClassNames

        public java.util.Collection<java.lang.String> locateClassNames​(java.lang.String packageName)
        Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
        Specified by:
        locateClassNames in interface ClassNameLocator
        Parameters:
        packageName - the name of the package to be inspected.
        Returns:
        fully qualified class names