private static class LoadClass.GetClassTask extends Object implements java.util.concurrent.Callable<Class>
Modifier and Type | Field and Description |
---|---|
private boolean |
initialize |
private ClassLoader |
loader |
private String |
name |
private static ClassLoader |
SYSTEM_LOADER |
Modifier | Constructor and Description |
---|---|
private |
GetClassTask(String name,
boolean initialize,
ClassLoader loader) |
private static final ClassLoader SYSTEM_LOADER
private final String name
private final boolean initialize
private final ClassLoader loader
private GetClassTask(String name, boolean initialize, ClassLoader loader)
public Class call() throws ClassNotFoundException
call
in interface java.util.concurrent.Callable<Class>
ClassNotFoundException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.