Class LoadStopwordProperties.LoadStopwordProperty
- java.lang.Object
-
- com.broadleafcommerce.search.core.service.LoadStopwordProperties.LoadStopwordProperty
-
- Enclosing class:
- LoadStopwordProperties
public static class LoadStopwordProperties.LoadStopwordProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description LoadStopwordProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getAliases()StringgetLanguage()StringgetStopwordFile()inthashCode()voidsetAliases(List<String> aliases)voidsetLanguage(String language)voidsetStopwordFile(String stopwordFile)StringtoString()
-