Class KeyHashRule
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.i18n.translation.KeyHashRule
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class KeyHashRule extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description KeyHashRule()For serialization onlyKeyHashRule(boolean caseInsensitive, boolean ignoreWS, boolean ignorePunct, boolean ignoreTags)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyHashRulecreatDefault()booleanequals(java.lang.Object obj)java.lang.StringgetKey(java.lang.String term)booleanisCaseInsensitive()booleanisIgnorePunct()booleanisIgnoreTags()booleanisIgnoreWS()booleanmatches(java.lang.String keyA, java.lang.String keyB)voidsetCaseInsensitive(boolean caseInsensitive)voidsetIgnorePunct(boolean ignorePunct)voidsetIgnoreTags(boolean ignoreTags)voidsetIgnoreWS(boolean ignoreWS)
 
- 
- 
- 
Method Detail- 
creatDefaultpublic static KeyHashRule creatDefault() 
 - 
getKeypublic java.lang.String getKey(java.lang.String term) 
 - 
isCaseInsensitivepublic boolean isCaseInsensitive() 
 - 
isIgnorePunctpublic boolean isIgnorePunct() 
 - 
isIgnoreWSpublic boolean isIgnoreWS() 
 - 
isIgnoreTagspublic boolean isIgnoreTags() 
 - 
setCaseInsensitivepublic void setCaseInsensitive(boolean caseInsensitive) 
 - 
setIgnorePunctpublic void setIgnorePunct(boolean ignorePunct) 
 - 
setIgnoreWSpublic void setIgnoreWS(boolean ignoreWS) 
 - 
setIgnoreTagspublic void setIgnoreTags(boolean ignoreTags) 
 - 
matchespublic boolean matches(java.lang.String keyA, java.lang.String keyB)
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-