MessageProperty.isValidAppProperty(String name, String value) 方法
定义
Returns whether the property is a valid application property. The property is valid if it is not one of the reserved properties, only uses US-ASCII
public static boolean isValidAppProperty(String name, String value)
参数
- name
- String
the property name.
- value
- String
the property value.
返回
boolean
whether the property is a valid application property.