Package com.helger.commons.text
Class HasTextWithArgs
java.lang.Object
com.helger.commons.text.HasTextWithArgs
- All Implemented Interfaces:
IHasText
A special implementation of
IHasText that encapsulates arguments to
be put into the message.- Since:
- 8.5.2
- Author:
- Philip Helger
-
Constructor Details
-
HasTextWithArgs
-
-
Method Details
-
getParentText
-
getAllArgs
Get all arguments from the constructor.- Returns:
- a copy of all arguments. Neither
nullnor empty-
-
getText
Description copied from interface:IHasTextGet the text specific for the passed locale. The implementation class MAY add locale-generalisation when resolving the text ("de_DE" => "de" => default). -
toString
-