org.nnsoft.guice.rocoto.variables
Interface Resolver


public interface Resolver

Resolve what should be resolved against a configuration.


Method Summary
 boolean needsResolving()
           
 String resolve(Map<String,String> data)
           
 

Method Detail

resolve

String resolve(Map<String,String> data)
Parameters:
data -
Returns:
Resolved value

needsResolving

boolean needsResolving()
Returns:
False if it's not worth to call resolve(Map).


Copyright © 2010-2012 99 Software Foundation. All Rights Reserved.