org.apache.commons.contract.context
Class VMContext

java.lang.Object
  extended by org.apache.commons.contract.context.VMContext
All Implemented Interfaces:
Context

public class VMContext
extends Object
implements Context


Constructor Summary
VMContext()
           
 
Method Summary
 void addInformation(Information info)
           
 List getInformations()
           
 Store getStore(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMContext

public VMContext()
Method Detail

getStore

public Store getStore(String id)
Specified by:
getStore in interface Context

addInformation

public void addInformation(Information info)
Specified by:
addInformation in interface Context

getInformations

public List getInformations()
Specified by:
getInformations in interface Context


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.