Class Lexer


  • public class Lexer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Lexer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.zafarkhaja.semver.util.Stream<com.xebialabs.deployit.plugin.api.semver.Lexer.Token> tokenize​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • Lexer

        public Lexer()
    • Method Detail

      • tokenize

        public com.github.zafarkhaja.semver.util.Stream<com.xebialabs.deployit.plugin.api.semver.Lexer.Token> tokenize​(java.lang.String input)