Uses of Enum Class
org.codelibs.fess.es.config.exentity.CrawlingConfig.ConfigName
Packages that use CrawlingConfig.ConfigName
Package
Description
-
Uses of CrawlingConfig.ConfigName in org.codelibs.fess.crawler.transformer
Methods in org.codelibs.fess.crawler.transformer with parameters of type CrawlingConfig.ConfigNameModifier and TypeMethodDescriptionFessXpathTransformer.getConfigPrameterMap(org.codelibs.fess.crawler.entity.ResponseData responseData, CrawlingConfig.ConfigName config) -
Uses of CrawlingConfig.ConfigName in org.codelibs.fess.es.config.exentity
Fields in org.codelibs.fess.es.config.exentity with type parameters of type CrawlingConfig.ConfigNameModifier and TypeFieldDescriptionprotected Map<CrawlingConfig.ConfigName,Map<String, String>> FileConfig.configParameterMapprotected Map<CrawlingConfig.ConfigName,Map<String, String>> WebConfig.configParameterMapMethods in org.codelibs.fess.es.config.exentity that return CrawlingConfig.ConfigNameModifier and TypeMethodDescriptionstatic CrawlingConfig.ConfigNameReturns the enum constant of this class with the specified name.static CrawlingConfig.ConfigName[]CrawlingConfig.ConfigName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.es.config.exentity with parameters of type CrawlingConfig.ConfigNameModifier and TypeMethodDescriptionCrawlingConfig.getConfigParameterMap(CrawlingConfig.ConfigName name) CrawlingConfigWrapper.getConfigParameterMap(CrawlingConfig.ConfigName name) DataConfig.getConfigParameterMap(CrawlingConfig.ConfigName name) FileConfig.getConfigParameterMap(CrawlingConfig.ConfigName name) WebConfig.getConfigParameterMap(CrawlingConfig.ConfigName name) -
Uses of CrawlingConfig.ConfigName in org.codelibs.fess.util
Methods in org.codelibs.fess.util that return types with arguments of type CrawlingConfig.ConfigNameModifier and TypeMethodDescriptionstatic Map<CrawlingConfig.ConfigName,Map<String, String>> ParameterUtil.createConfigParameterMap(String configParameters)