public final class StopWordsKey extends Object
StopWordsDeclaration| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
format()
Returns a persistent identifier for this service key.
|
String |
getModuleName() |
int |
hashCode() |
static StopWordsKey |
parse(String aString) |
public static StopWordsKey parse(String aString)
IllegalArgumentException - if the specified key does not match the regular expression
([-\\d\\pL:_.]*)@?(%?[-\\d\\pL:_. /]+).public String getModuleName()
public String format()
The strategy key can be re-obtained by parsing this persistent identifier using the method
parse(String).