Class WebcrawlerConnector.EvaluatorTokenStream

  • Enclosing class:
    WebcrawlerConnector

    protected static class WebcrawlerConnector.EvaluatorTokenStream
    extends java.lang.Object
    Token stream.
    • Constructor Detail

      • EvaluatorTokenStream

        public EvaluatorTokenStream​(java.lang.String text)
        Constructor.
    • Method Detail

      • peek

        public WebcrawlerConnector.EvaluatorToken peek()
                                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Get current token.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • advance

        public void advance()
        Go on to next token.
      • nextToken

        protected WebcrawlerConnector.EvaluatorToken nextToken()
                                                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException