public interface DatasetClassLoaderProvider extends Closeable
ClassLoaders for different DatasetModuleMeta.| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
get(DatasetModuleMeta moduleMeta,
ClassLoader parentClassLoader)
Get the classloader for a specific dataset module.
|
ClassLoader get(DatasetModuleMeta moduleMeta, ClassLoader parentClassLoader) throws IOException
moduleMeta - the metadata for the dataset module to get a classloader forparentClassLoader - the class loader to use as the parentIOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.