public class ClassLoaderSwitcher extends Object
| Constructor and Description |
|---|
ClassLoaderSwitcher(Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
restoreClassLoader()
Restore the old classloader
|
Set<URI> |
switchClassLoader(MavenProject project,
boolean useCompileClasspath,
File classesDir)
Create and set the classloader that is needed for creating the java sources from wsdl
|
public Set<URI> switchClassLoader(MavenProject project, boolean useCompileClasspath, File classesDir)
project - useCompileClasspath - classesDir - public void restoreClassLoader()
Apache CXF