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

All Known Implementing Classes:
HashObjectStore

public interface ObjectStore

ObjectStore

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
<T> ObjectStore
add(Class<T> type, T instance)
           
 ObjectStore clear()
           
<T> T
get(Class<T> type)
           
 

Method Detail

add

<T> ObjectStore add(Class<T> type,
                    T instance)

get

<T> T get(Class<T> type)

clear

ObjectStore clear()


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