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 java.lang.String
provideString()
Ask the object to provide the desired string.
-
-
-
Method Detail
-
provideString
java.lang.String provideString()
Ask the object to provide the desired string. Often this involves computing the string value dynamically, or aggregating together multiple StringProviders.
-
-