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
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-2012 Gregory P. Moyer. All Rights Reserved.