Class SynonymsKey
- java.lang.Object
-
- com.orchestranetworks.search.strategy.SynonymsKey
-
public final class SynonymsKey extends Object
Identifies a Synonyms list.- Since:
- 6.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Stringformat()Returns a persistent identifier for this service key.StringgetModuleName()inthashCode()static SynonymsKeyparse(String aString)
-
-
-
Method Detail
-
parse
public static SynonymsKey parse(String aString)
- Throws:
IllegalArgumentException- if the specified key does not match the regular expression([-\\d\\pL:_.]*)@?(%?[-\\d\\pL:_. /]+).
-
getModuleName
public String getModuleName()
-
format
public String format()
Returns a persistent identifier for this service key.The strategy key can be re-obtained by parsing this persistent identifier using the method
parse(String).
-
-