org.jboss.arquillian.core.spi.context
Interface Context

All Known Subinterfaces:
ApplicationContext, ClassContext, ContainerContext, DeploymentContext, IdBoundContext<T>, NonIdBoundContext, SuiteContext, TestContext
All Known Implementing Classes:
AbstractContext, ApplicationContextImpl, ClassContextImpl, ContainerContextImpl, DeploymentContextImpl, SuiteContextImpl, TestContextImpl

public interface Context

Context

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void clearAll()
           
 ObjectStore getObjectStore()
           
 Class<? extends Annotation> getScope()
           
 boolean isActive()
           
 

Method Detail

getScope

Class<? extends Annotation> getScope()

isActive

boolean isActive()

getObjectStore

ObjectStore getObjectStore()

clearAll

void clearAll()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.