Class GrapheneProxyUtil
java.lang.Object
org.jboss.arquillian.graphene.proxy.GrapheneProxyUtil
Utilities for handling with
GrapheneProxy related tasks.- Author:
- Lukas Fryc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?>[]concatClasses(Class<?>[] classes, Class<?> clazz) Adds clazz to the array of classesstatic Class<?>[]getInterfaces(Class<?>... targetClasses) Transitively obtains the interfaces which are implemented by given classes.static booleanstatic boolean
-
Constructor Details
-
GrapheneProxyUtil
public GrapheneProxyUtil()
-
-
Method Details
-
getInterfaces
Transitively obtains the interfaces which are implemented by given classes.- Parameters:
targetClasses- the list of classes from which should be determined the list of interfaces that these classes implement- Returns:
- the list of interfaces which are implemented by given classes
-
concatClasses
Adds clazz to the array of classes- Parameters:
classes- to be appendedclazz- to be added- Returns:
- the array of classes with added clazz
-
isProxy
-
isProxy
-