org.jboss.arquillian.core.spi
Class HashObjectStore
java.lang.Object
org.jboss.arquillian.core.spi.HashObjectStore
- All Implemented Interfaces:
- ObjectStore
public class HashObjectStore
- extends Object
- implements ObjectStore
ObjectStore
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashObjectStore
public HashObjectStore()
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.