public class ProjectClassLoaders extends Object
| Constructor and Description |
|---|
ProjectClassLoaders(URLClassLoader compileClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
URLClassLoader |
getCompileClassLoader() |
boolean |
isClassInCompileClasspath(boolean all,
String... clazz)
Returns if class is in compile classpath.
|
public ProjectClassLoaders(URLClassLoader compileClassLoader)
public URLClassLoader getCompileClassLoader()
public boolean isClassInCompileClasspath(boolean all,
String... clazz)
all - True if all of them must be there.clazz - fully qualified class name.Copyright © 2019. All rights reserved.