Interface StringProvider
- 
public interface StringProvider
Interface used when assembling an attribute value that contains expansions. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprovideString()Ask the object to provide the desired string. 
 - 
 
- 
- 
Method Detail
- 
provideString
String provideString()
Ask the object to provide the desired string. Often this involves computing the string value dynamically, or aggregating together multiple StringProviders. 
 - 
 
 -