Class StringCollectionExtractor.SetString

    • Constructor Summary

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

      • SetString

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

      • newCollection

        protected java.util.Set<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