Deprecated API


Contents
Deprecated Classes
org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
           
org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
          Use UniqueArtifactFilterPostprocessor instead. 
 

Deprecated Exceptions
org.apache.maven.index.artifact.IllegalArtifactCoordinateException
          Not throwed anymore. 
 

Deprecated Fields
org.apache.maven.index.IteratorSearchResponse.EMPTY_ITERATOR_SEARCH_RESPONSE
          Use IteratorSearchResponse.empty(Query) instead. 
org.apache.maven.index.IteratorSearchResponse.TOO_MANY_HITS_ITERATOR_SEARCH_RESPONSE
          Left here for backward compatibility, but since version 4.1.0 (see MINDEXER-14) there is NO notion of "hit limit" anymore. 
 

Deprecated Methods
org.apache.maven.index.QueryCreator.constructQuery(Field, String, SearchType)
          Use QueryCreator.constructQuery(Field, SearchExpression) instead. 
org.apache.maven.index.NexusIndexer.constructQuery(Field, String, SearchType)
          Use NexusIndexer.constructQuery(Field, SearchExpression) instead. 
org.apache.maven.index.DefaultNexusIndexer.constructQuery(Field, String, SearchType)
           
org.apache.maven.index.QueryCreator.constructQuery(String, String)
          Use QueryCreator.constructQuery(Field, SearchExpression) instead. 
org.apache.maven.index.DefaultQueryCreator.constructQuery(String, String)
           
org.apache.maven.index.AbstractSearchRequest.getResultHitLimit()
          always returns -1 (no hit limit), since 4.1.0 there is no notion of hit limit 
org.apache.maven.index.AbstractSearchResponse.getTotalHits()
          use AbstractSearchResponse.getTotalHitsCount() instead. 
org.apache.maven.index.updater.WagonHelper.getWagonResourceFetcher(TransferListener, AuthenticationInfo, ProxyInfo)
          use getWagonResourceFetcher with protocol argument 
org.apache.maven.index.AbstractSearchRequest.isHitLimited()
          always returns false, since 4.1.0 there is no notion of hit limit 
org.apache.maven.index.AbstractSearchResponse.isHitLimitExceeded()
          always returns false, since 4.1.0 there is no notion of hit limit 
org.apache.maven.index.SearchEngine.searchFlat(Comparator, Collection, Query)
           
org.apache.maven.index.DefaultSearchEngine.searchFlat(Comparator, Collection, Query)
           
org.apache.maven.index.SearchEngine.searchFlat(Comparator, IndexingContext, Query)
           
org.apache.maven.index.DefaultSearchEngine.searchFlat(Comparator, IndexingContext, Query)
           
org.apache.maven.index.AbstractSearchRequest.setResultHitLimit(int)
          does nothing, since 4.1.0 there is no notion of hit limit 
 

Deprecated Constructors
org.apache.maven.index.artifact.Gav(String, String, String, String, String, Integer, Long, String, boolean, boolean, Gav.HashType, boolean, Gav.SignatureType)
          The boolean snapshot parameter is simply neglected. Use the constructor without it. 
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.