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