Class WrappedStringPolicy

java.lang.Object
com.transifex.txnative.missingpolicy.WrappedStringPolicy
All Implemented Interfaces:
MissingPolicy

public class WrappedStringPolicy extends Object implements MissingPolicy
Wraps the source string with a custom format.

Example:

new WrappedStringPolicy(">>", "<<").get("Click here");

Returns:

">>Click here<<"