public interface IFileIndexerFactory
IFileIndexer
.IFileIndexerFactory#getIndexer(String)}
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_FILE_INDEXER_FACTORY
Bean name, to retrieve the factory from the Spring context.
|
Modifier and Type | Method and Description |
---|---|
IFileIndexer |
getIndexer(String strMimeType)
Returns the indexer matching the given MIMETYPE
|
void |
setIndexersMap(Map<String,IFileIndexer> mapIndexers)
Sets the indexers map
|
static final String BEAN_FILE_INDEXER_FACTORY
void setIndexersMap(Map<String,IFileIndexer> mapIndexers)
mapIndexers
- the indexers to manageIFileIndexer getIndexer(String strMimeType)
strMimeType
- the mime typenull
otherwise.Copyright © 2017 City of Paris. All rights reserved.