Class Utils


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

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Collection<InMemoryJavaClassFileObject> loadClasses​(java.util.SortedSet<java.lang.String> availableClasses, java.lang.String packageName, boolean recurse, ClassesProvider classprovider, LoggingSwitch loggingSwitch)  
      • Methods inherited from class java.lang.Object

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

      • Utils

        public Utils()
    • Method Detail

      • loadClasses

        static java.util.Collection<InMemoryJavaClassFileObject> loadClasses​(java.util.SortedSet<java.lang.String> availableClasses,
                                                                             java.lang.String packageName,
                                                                             boolean recurse,
                                                                             ClassesProvider classprovider,
                                                                             LoggingSwitch loggingSwitch)
                                                                      throws java.io.IOException
        Throws:
        java.io.IOException