Package org.jplastic.internal

Examples of org.jplastic.internal.PlasticClassPool


            Set<String> controlledPackageName)
    {
        assert parentClassLoader != null;
        assert delegate != null;

        pool = new PlasticClassPool(parentClassLoader, delegate, controlledPackageName);
    }
View Full Code Here

TOP

Related Classes of org.jplastic.internal.PlasticClassPool

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.