org.jboss.arquillian.core.impl
Class ExtensionImpl

java.lang.Object
  extended by org.jboss.arquillian.core.impl.ExtensionImpl
All Implemented Interfaces:
Extension

public class ExtensionImpl
extends Object
implements Extension

ExtensionImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 List<EventPoint> getEventPoints()
           
 List<InjectionPoint> getInjectionPoints()
           
 List<ObserverMethod> getObservers()
           
 Object getTarget()
           
static ExtensionImpl of(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.