Kieker 1.11

kieker.tools.bridge.cli
Class PrivilegedClassLoaderAction

java.lang.Object
  extended by kieker.tools.bridge.cli.PrivilegedClassLoaderAction
All Implemented Interfaces:
java.security.PrivilegedAction<java.net.URLClassLoader>

public class PrivilegedClassLoaderAction
extends java.lang.Object
implements java.security.PrivilegedAction<java.net.URLClassLoader>

Since:
1.8
Author:
Reiner Jung, Nils Christian Ehmke

Constructor Summary
PrivilegedClassLoaderAction(java.net.URL[] urls)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 java.net.URLClassLoader run()
          Runs the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegedClassLoaderAction

public PrivilegedClassLoaderAction(java.net.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.
Method Detail

run

public java.net.URLClassLoader run()
Runs the action.

Specified by:
run in interface java.security.PrivilegedAction<java.net.URLClassLoader>
Returns:
The class loader.

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net