Package org.jboss.shrinkwrap.impl.base
Class SecurityActions
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.SecurityActions
-
final class SecurityActions extends java.lang.Object
SecurityActions A set of privileged actions that are not to leak out of this package- Version:
- $Revision: $
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SecurityActions()
No instantiation
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.reflect.Constructor<?>
getConstructor(java.lang.Class<?> clazz, java.lang.Class<?>... argumentTypes)
Obtains the Constructor specified from the given Class and argument types(package private) static java.lang.reflect.Constructor<?>[]
getConstructors(java.lang.Class<?> clazz)
-
-
-
Method Detail
-
getConstructors
static java.lang.reflect.Constructor<?>[] getConstructors(java.lang.Class<?> clazz)
-
getConstructor
static java.lang.reflect.Constructor<?> getConstructor(java.lang.Class<?> clazz, java.lang.Class<?>... argumentTypes) throws java.lang.NoSuchMethodException
Obtains the Constructor specified from the given Class and argument types- Parameters:
clazz
-argumentTypes
-- Returns:
- Throws:
java.lang.NoSuchMethodException
-
-