org.apache.commons.contract
Interface Context

All Known Implementing Classes:
VMContext

public interface Context


Method Summary
 void addInformation(Information information)
           
 List getInformations()
           
 Store getStore(String id)
           
 

Method Detail

getStore

Store getStore(String id)

addInformation

void addInformation(Information information)

getInformations

List getInformations()


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