Class KeyHashRule
java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.KeyHashRule
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFor serialization onlyKeyHashRule
(boolean caseInsensitive, boolean ignoreWS, boolean ignorePunct, boolean ignoreTags) -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyHashRule
boolean
boolean
boolean
boolean
boolean
boolean
void
setCaseInsensitive
(boolean caseInsensitive) void
setIgnorePunct
(boolean ignorePunct) void
setIgnoreTags
(boolean ignoreTags) void
setIgnoreWS
(boolean ignoreWS)
-
Constructor Details
-
KeyHashRule
public KeyHashRule()For serialization only -
KeyHashRule
public KeyHashRule(boolean caseInsensitive, boolean ignoreWS, boolean ignorePunct, boolean ignoreTags)
-
-
Method Details
-
creatDefault
-
getKey
-
isCaseInsensitive
public boolean isCaseInsensitive() -
isIgnorePunct
public boolean isIgnorePunct() -
isIgnoreWS
public boolean isIgnoreWS() -
isIgnoreTags
public boolean isIgnoreTags() -
setCaseInsensitive
public void setCaseInsensitive(boolean caseInsensitive) -
setIgnorePunct
public void setIgnorePunct(boolean ignorePunct) -
setIgnoreWS
public void setIgnoreWS(boolean ignoreWS) -
setIgnoreTags
public void setIgnoreTags(boolean ignoreTags) -
matches
-
equals
-