Class UrlTokenizer


  • public class UrlTokenizer
    extends java.lang.Object
    The type to enumerate URL tokens in a text.
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlTokenizer​(java.lang.String text)
      Creates the UrlTokenizer.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlTokenizer

        public UrlTokenizer​(java.lang.String text)
        Creates the UrlTokenizer.
        Parameters:
        text - The text value to enumerate URL tokens from.