indexer-core/src/main/java/org/apache/maven/index/DefaultIndexer.java [75:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String id,
            String repositoryId,
            File repository,
            File indexDirectory,
            String repositoryUrl,
            String indexUpdateUrl,
            boolean searchable,
            boolean reclaim,
            List<? extends IndexCreator> indexers)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



indexer-core/src/main/java/org/apache/maven/index/Indexer.java [71:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String id,
            String repositoryId,
            File repository,
            File indexDirectory,
            String repositoryUrl,
            String indexUpdateUrl,
            boolean searchable,
            boolean reclaim,
            List<? extends IndexCreator> indexers)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



