org.jboss.dna.common.component
Interface ClassLoaderFactory

All Known Implementing Classes:
ExecutionContext, MavenRepository, StandardClassLoaderFactory, StreamSequencerContext

public interface ClassLoaderFactory

Factory interface for creating class loaders.


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-2009 JBoss, a division of Red Hat. All Rights Reserved.