Example usage for java.lang ClassLoader subclass-usage

List of usage examples for java.lang ClassLoader subclass-usage

Introduction

In this page you can find the example usage for java.lang ClassLoader subclass-usage.

Usage

From source file net.datenwerke.sandbox.SandboxLoader.java

/**
 * The {@link ClassLoader} used by the java-sandbox library.
 * This classloader takes care of loading classes with the correct class loaders
 * and much more. This can be seen to some extend as the heart of the
 * java-sandbox library. 
 * 

From source file org.gridgain.grid.kernal.managers.deployment.GridDeploymentClassLoader.java

/**
 * Class loader that is able to resolve task subclasses and resources
 * by requesting remote node. Every class that could not be resolved
 * by system class loader will be downloaded from given remote node
 * by task deployment identifier. If identifier has been changed on
 * remote node this class will throw exception.

From source file SearchlistClassLoader.java

/**
 *  A class loader which loads classes using a searchlist of
 *  other classloaders.
 *
 *<br>The classloaders in the searchlist are of two types: <b>shared</b> and
 *  <b>non-shared</b>. A shared classloader may be in use by other code, and

From source file org.jahia.utils.i18n.JahiaTemplatesRBLoader.java

/**
 * @deprecated use {@link ResourceBundles} or {@link Messages} instead
 */
@Deprecated
public class JahiaTemplatesRBLoader extends ClassLoader {
    private static transient Logger logger = org.slf4j.LoggerFactory.getLogger(JahiaTemplatesRBLoader.class);

From source file es.emergya.tools.ExtensionClassLoader.java

/**
 * This is a URLClassLoader with some minor functionality added. It has a
 * Singleton instance which is globally accessible, and it also has a method
 * (addArchivesInDirectory(File directory) that adds all of the jar and zip
 * files in a given directory to the classpath for an instance of this
 * classloader.

From source file org.apache.ignite.internal.managers.deployment.GridDeploymentClassLoader.java

/**
 * Class loader that is able to resolve task subclasses and resources
 * by requesting remote node. Every class that could not be resolved
 * by system class loader will be downloaded from given remote node
 * by task deployment identifier. If identifier has been changed on
 * remote node this class will throw exception.

From source file org.sakaiproject.kernel.component.core.PersistenceUnitClassLoader.java

/**
 * This classloader merges together persistence.xml and orm.xml files into a
 * single file for each so that all entities will exist within the same
 * persistence unit.
 */
@Singleton

From source file dalma.container.ClassLoaderImpl.java

/**
 * {@link URLClassLoader} replacement.
 *
 */
public final class ClassLoaderImpl extends ClassLoader {

From source file egovframework.rte.itl.webservice.service.impl.EgovWebServiceClassLoaderImpl.java

/**
 *  ?  ? ? ClassLoader  ?
 * <p>
 * <b>NOTE:</b>  ?  Type,
 * ServiceEndpointInterface, ServiceEndpoint ? class
 * ? ClassLoader?.

From source file com.wavemaker.studio.StudioService.java

/**
 * Main Studio service interface. This service will manage the other studio services, their inclusion into the
 * HTTPSession, the current project, etc.
 * 
 * @author Matt Small
 */