org.jboss.arquillian.core.spi
Class HashObjectStore

java.lang.Object
  extended by org.jboss.arquillian.core.spi.HashObjectStore
All Implemented Interfaces:
ObjectStore

public class HashObjectStore
extends Object
implements ObjectStore

ObjectStore

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
HashObjectStore()
           
 
Method Summary
<T> ObjectStore
add(Class<T> type, T instance)
           
 ObjectStore clear()
           
<T> T
get(Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashObjectStore

public HashObjectStore()
Method Detail

add

public <T> ObjectStore add(Class<T> type,
                           T instance)
Specified by:
add in interface ObjectStore

get

public <T> T get(Class<T> type)
Specified by:
get in interface ObjectStore

clear

public ObjectStore clear()
Specified by:
clear in interface ObjectStore


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