org.modeshape.common.component
Interface ClassLoaderFactory

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

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