Interface SourceProductsDescriptor

    • Method Detail

      • getCount

        int getCount()
        Returns:
        the number of source products expected. The value -1 means any number but at least one source product. Defaults to 0 (= not set).
      • getProductType

        String getProductType()
        Returns:
        The product type or a regular expression identifying the allowed product types. Defaults to the empty string (= not set).
        See Also:
        Pattern
      • getBands

        String[] getBands()
        Returns:
        The names of the bands which need to be present in the source product. Defaults to an empty array (= not set).