org.jboss.arquillian.core.impl
Class ExtensionImpl
java.lang.Object
org.jboss.arquillian.core.impl.ExtensionImpl
- All Implemented Interfaces:
- Extension
public class ExtensionImpl
- extends Object
- implements Extension
ExtensionImpl
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static ExtensionImpl of(Object target)
getTarget
public Object getTarget()
- Returns:
- the target
getInjectionPoints
public List<InjectionPoint> getInjectionPoints()
- Specified by:
getInjectionPoints
in interface Extension
getEventPoints
public List<EventPoint> getEventPoints()
- Specified by:
getEventPoints
in interface Extension
getObservers
public List<ObserverMethod> getObservers()
- Specified by:
getObservers
in interface Extension
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.