Uses of Class
org.codelibs.fess.es.config.exentity.CrawlingConfig.ConfigName
-
Packages that use CrawlingConfig.ConfigName Package Description org.codelibs.fess.crawler.transformer org.codelibs.fess.es.config.exentity org.codelibs.fess.util -
-
Uses of CrawlingConfig.ConfigName in org.codelibs.fess.crawler.transformer
Methods in org.codelibs.fess.crawler.transformer with parameters of type CrawlingConfig.ConfigName Modifier and Type Method Description protected Map<String,String>FessXpathTransformer. 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.ConfigName Modifier and Type Field Description protected 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.ConfigName Modifier and Type Method Description static CrawlingConfig.ConfigNameCrawlingConfig.ConfigName. valueOf(String name)Returns the enum constant of this type with the specified name.static CrawlingConfig.ConfigName[]CrawlingConfig.ConfigName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codelibs.fess.es.config.exentity with parameters of type CrawlingConfig.ConfigName Modifier and Type Method Description Map<String,String>CrawlingConfig. getConfigParameterMap(CrawlingConfig.ConfigName name)Map<String,String>CrawlingConfigWrapper. getConfigParameterMap(CrawlingConfig.ConfigName name)Map<String,String>DataConfig. getConfigParameterMap(CrawlingConfig.ConfigName name)Map<String,String>FileConfig. getConfigParameterMap(CrawlingConfig.ConfigName name)Map<String,String>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.ConfigName Modifier and Type Method Description static Map<CrawlingConfig.ConfigName,Map<String,String>>ParameterUtil. createConfigParameterMap(String configParameters)
-