Class NexusAnalyzer.DeprecatedClassnamesTokenizer

java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.Tokenizer
org.apache.lucene.analysis.util.CharTokenizer
org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
NexusAnalyzer

@Deprecated public static class NexusAnalyzer.DeprecatedClassnamesTokenizer extends org.apache.lucene.analysis.util.CharTokenizer
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource

    org.apache.lucene.util.AttributeSource.State
  • Field Summary

    Fields inherited from class org.apache.lucene.analysis.util.CharTokenizer

    DEFAULT_MAX_WORD_LEN

    Fields inherited from class org.apache.lucene.analysis.Tokenizer

    input

    Fields inherited from class org.apache.lucene.analysis.TokenStream

    DEFAULT_TOKEN_ATTRIBUTE_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    isTokenChar(int i)
    Deprecated.
     

    Methods inherited from class org.apache.lucene.analysis.util.CharTokenizer

    end, fromSeparatorCharPredicate, fromSeparatorCharPredicate, fromTokenCharPredicate, fromTokenCharPredicate, incrementToken, reset

    Methods inherited from class org.apache.lucene.analysis.Tokenizer

    close, correctOffset, setReader, setReaderTestPoint

    Methods inherited from class org.apache.lucene.util.AttributeSource

    addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DeprecatedClassnamesTokenizer

      public DeprecatedClassnamesTokenizer()
      Deprecated.
  • Method Details

    • isTokenChar

      protected boolean isTokenChar(int i)
      Deprecated.
      Specified by:
      isTokenChar in class org.apache.lucene.analysis.util.CharTokenizer