Package com.taobao.tddl.interact.rule.util

Examples of com.taobao.tddl.interact.rule.util.SimpleNamedMessageFormat$Frag


      if (index == -1) {
        throw new IllegalArgumentException("ʹ�����ֻ���ռλ���滻ʧ�ܣ��������á� params:" + Arrays.asList(params));
      }
      args.put(param.substring(0, index).trim(), param.substring(index + 1).trim());
    }
    return new SimpleNamedMessageFormat(template).format(args);
  }
View Full Code Here

TOP

Related Classes of com.taobao.tddl.interact.rule.util.SimpleNamedMessageFormat$Frag

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.