org.syphr.prom
Interface Retriever


public interface Retriever

This interface defines an interaction whereby the caller requests a value associated with the given name (such as the property-value relationship found in Properties).

Author:
Gregory P. Moyer

Method Summary
 String retrieve(String name)
          Retrieve the value associated with the given name.
 

Method Detail

retrieve

String retrieve(String name)
Retrieve the value associated with the given name.

Parameters:
name - the name whose value is requested
Returns:
the value associated with the given name or null if no such value exists


Copyright © 2010 syphr.org. All Rights Reserved.