Class CustomStringListCommandParameter

All Implemented Interfaces:
Cloneable

public class CustomStringListCommandParameter extends StringListCommandParameter
This class extends the string list command parameter with functionality to define valid strings with regular expressions.
Author:
Bastian Wolf
See Also:
  • Constructor Details

    • CustomStringListCommandParameter

      public CustomStringListCommandParameter(String id, String des)
      constructor for the custom string list parameter with id and description
      Parameters:
      id - the identification string of this parameter
      des - the description of this parameter
    • CustomStringListCommandParameter

      public CustomStringListCommandParameter(String id, String des, String criteria)
      constructor for the custom string list parameter with id, description and criteria
      Parameters:
      id - the identification string of this parameter
      des - the description of this parameter
      criteria - the validation criteria for this parameter
  • Method Details