Interface SourceProductDescriptor

    • Method Detail

      • isOptional

        boolean isOptional()
        Returns:
        true if the source product is optional. Defaults to false.
      • getProductType

        String getProductType()
        Returns:
        The product type or a regular expression identifying the allowed product types, or null if not declared.
        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).