Interface StringProvider
public interface StringProvider
Interface used when assembling an attribute value that contains expansions.
-
Method Summary
Modifier and TypeMethodDescriptionAsk the object to provide the desired string.
-
Method Details
-
provideString
Ask the object to provide the desired string. Often this involves computing the string value dynamically, or aggregating together multiple StringProviders.
-