Class KeyHashRule
java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.KeyHashRule
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFor serialization onlyKeyHashRule(boolean caseInsensitive, boolean ignoreWS, boolean ignorePunct, boolean ignoreTags) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic KeyHashRulebooleanbooleanbooleanbooleanbooleanbooleanvoidsetCaseInsensitive(boolean caseInsensitive) voidsetIgnorePunct(boolean ignorePunct) voidsetIgnoreTags(boolean ignoreTags) voidsetIgnoreWS(boolean ignoreWS) 
- 
Constructor Details- 
KeyHashRulepublic KeyHashRule()For serialization only
- 
KeyHashRulepublic KeyHashRule(boolean caseInsensitive, boolean ignoreWS, boolean ignorePunct, boolean ignoreTags) 
 
- 
- 
Method Details- 
creatDefault
- 
getKey
- 
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) 
- 
matches
- 
equals
 
-