Class ClassPathHacker


  • public class ClassPathHacker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.Class<?>[] parameters  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassPathHacker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addFile​(java.io.File f)  
      static void addFile​(java.lang.String s)  
      static void addURL​(java.net.URL u)  
      • Methods inherited from class java.lang.Object

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

      • parameters

        private static final java.lang.Class<?>[] parameters
    • Constructor Detail

      • ClassPathHacker

        public ClassPathHacker()
    • Method Detail

      • addFile

        public static void addFile​(java.lang.String s)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • addFile

        public static void addFile​(java.io.File f)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • addURL

        public static void addURL​(java.net.URL u)
                           throws java.io.IOException
        Throws:
        java.io.IOException