Class StringCollectionExtractor.ListString

    • Constructor Summary

      Constructors 
      Constructor Description
      ListString​(java.lang.String parameter, java.lang.String defaultValue)  
    • Constructor Detail

      • ListString

        public ListString​(java.lang.String parameter,
                          java.lang.String defaultValue)
    • Method Detail

      • newCollection

        protected java.util.List<java.lang.String> newCollection()
        Description copied from class: StringCollectionExtractor
        Get a new string collection instance that will be used to store the extracted parameters. The method is overridden by concrete implementations to return an instance of a proper collection sub-type.
        Specified by:
        newCollection in class StringCollectionExtractor
        Returns:
        instance of a proper collection sub-type