net.thucydides.core.requirements
Class CachedReq

Package class diagram package CachedReq
java.lang.Object
  extended by net.thucydides.core.requirements.CachedReq

public class CachedReq
extends Object


Constructor Summary
CachedReq(String rootDirectory)
           
 
Method Summary
 SortedMap<String,Req> get()
           
 void set(SortedMap<String,Req> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedReq

public CachedReq(String rootDirectory)
Method Detail

get

public SortedMap<String,Req> get()

set

public void set(SortedMap<String,Req> map)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.