Class UnpackPluginMojo.Tokenizer
java.lang.Object
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.Tokenizer
- Enclosing class:
UnpackPluginMojo
Represents an OS-customized tokenizer.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanAre there more tokens.private StringReturns the next token,.
-
Field Details
-
sep
-
win
private boolean win -
tokenizer
-
-
Constructor Details
-
Tokenizer
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:
truefor more tokens,falsefor none
-
nextToken
Returns the next token,.- Returns:
- the next token
- Throws:
NoSuchElementException- if there are no tokens- See Also:
-