kieker.tools.bridge.cli
Class PrivilegedClassLoaderAction
java.lang.Object
kieker.tools.bridge.cli.PrivilegedClassLoaderAction
- All Implemented Interfaces:
- PrivilegedAction<URLClassLoader>
public class PrivilegedClassLoaderAction
- extends Object
- implements PrivilegedAction<URLClassLoader>
- Since:
- 1.8
- Author:
- Reiner Jung, Nils Ehmke
PrivilegedClassLoaderAction
public PrivilegedClassLoaderAction(URL[] urls)
- Creates a new instance of this class using the given parameters.
- Parameters:
urls
- The list of libraries used to create the class loader.
run
public URLClassLoader run()
- Runs the action.
- Specified by:
run
in interface PrivilegedAction<URLClassLoader>
- Returns:
- The class loader.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>