public final class ScriptSourceProviderFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ScriptSourceProvider[] |
get(ClassLoader classLoader)
Loads the set of the available
ScriptSourceProvider implementations
present on the classpath and registered in META-INF/services. |
public static ScriptSourceProvider[] get(ClassLoader classLoader)
ScriptSourceProvider implementations
present on the classpath and registered in META-INF/services.classLoader - the classloader to be used to locate the impls or null if the
context class loader of the current thread should be used.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.