Class UnpackPluginMojo.Tokenizer

java.lang.Object
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.Tokenizer
Enclosing class:
UnpackPluginMojo

private static class UnpackPluginMojo.Tokenizer extends Object
Represents an OS-customized tokenizer.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • Tokenizer

      private Tokenizer(String line)
      Creates and customizes the tokenizer.
      Parameters:
      line - the classpath line to customize the tokenizer from
  • Method Details

    • hasMoreTokens

      private boolean hasMoreTokens()
      Are there more tokens.
      Returns:
      true for more tokens, false for none
    • nextToken

      private String nextToken()
      Returns the next token,.
      Returns:
      the next token
      Throws:
      NoSuchElementException - if there are no tokens
      See Also: