Interface ExecParameterTokenizer.Substring

All Known Implementing Classes:
ExecParameterTokenizer.QuotedSubstring, ExecParameterTokenizer.UnquotedSubstring
Enclosing class:
ExecParameterTokenizer

public static interface ExecParameterTokenizer.Substring
Utility interface for a substring in a parameter string.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets all the tokens in a parameter string.
  • Method Details

    • getTokens

      List<String> getTokens()
      Gets all the tokens in a parameter string.