public class AssetClassLoader extends Object
| Constructor and Description |
|---|
AssetClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
classLoader(ClassLoader parent)
Constructs a new AssetClassLoader that includes the 'public' dir if present in the current working dir
|
static ClassLoader |
classLoader(ClassLoader parent,
File projectDir)
Constructs a new AssetClassLoader that includes the 'public' dir if present in the provided working dir
|
public static ClassLoader classLoader(ClassLoader parent) throws IOException
parent - parent classloaderIOException - if an exception occurredpublic static ClassLoader classLoader(ClassLoader parent, File projectDir) throws IOException
parent - parent classloaderprojectDir - working dir to useIOException - if an exception occurredCopyright © 2019. All rights reserved.