public final class SimplifiedFormat extends Object
Formats using simplified MessageFormat syntax: {} are used as placeholders in order of arguments; {number} are placeholders with given argument number.
When filling the placeholders by given arguments are compelete, rest of the numbered placeholders are decreased by number of arguments in previous format action.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.