Class ClifPrefetcher


  • public class ClifPrefetcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClifPrefetcher()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> findClassesInPackage​(java.lang.String packageName, boolean exactMatch)  
      static void main​(java.lang.String[] args)  
      int prefetch()  
      int prefetchPackage​(java.lang.String packageName, boolean exactMatch)  
      • Methods inherited from class java.lang.Object

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

      • ClifPrefetcher

        public ClifPrefetcher()
    • Method Detail

      • prefetch

        public int prefetch()
      • prefetchPackage

        public int prefetchPackage​(java.lang.String packageName,
                                   boolean exactMatch)
      • findClassesInPackage

        public static java.util.List<java.lang.String> findClassesInPackage​(java.lang.String packageName,
                                                                            boolean exactMatch)
                                                                     throws java.io.IOException,
                                                                            java.net.URISyntaxException
        Throws:
        java.io.IOException
        java.net.URISyntaxException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                java.net.URISyntaxException
        Throws:
        java.io.IOException
        java.net.URISyntaxException