Class ShrinkWrapClassLoader

    • Constructor Detail

      • ShrinkWrapClassLoader

        public ShrinkWrapClassLoader​(Archive<?>... archives)
        Constructs a new ShrinkWrapClassLoader for the specified Archives using the default delegation parent ClassLoader. The Archives will be searched in the order specified for classes and resources after first searching in the parent class loader.
        Parameters:
        archives - the Archives from which to load classes and resources
      • ShrinkWrapClassLoader

        public ShrinkWrapClassLoader​(ClassLoader parent,
                                     Archive<?>... archives)
        Constructs a new ShrinkWrapClassLoader for the given Archives. The Archives will be searched in the order specified for classes and resources after first searching in the specified parent class loader.
        Parameters:
        parent - the parent class loader for delegation
        archives - the Archives from which to load classes and resources