org.jboss.dna.common.component
Interface ClassLoaderFactory

All Known Subinterfaces:
ExecutionContext, JcrExecutionContext, SequencerContext
All Known Implementing Classes:
BasicExecutionContext, BasicJcrExecutionContext, MavenRepository, SequencerNodeContext, StandardClassLoaderFactory

public interface ClassLoaderFactory

Factory interface for creating class loaders.

Author:
Randall Hauch

Method Summary
 ClassLoader getClassLoader(String... classpath)
          Get a class loader for the supplied classpath.
 

Method Detail

getClassLoader

ClassLoader getClassLoader(String... classpath)
Get a class loader for the supplied classpath.

Parameters:
classpath - the classpath to use
Returns:
the class loader; may not be null


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.