Interface TransformationSourceOptions

    • Method Detail

      • getApplicabledMimetypes

        java.util.List<java.lang.String> getApplicabledMimetypes()
        Deprecated.
        Gets the list of applicable mimetypes
        Returns:
        the applicable mimetypes
      • getApplicableMimetypes

        java.util.List<java.lang.String> getApplicableMimetypes()
        Gets the list of applicable mimetypes
        Returns:
        the applicable mimetypes
      • isApplicableForMimetype

        boolean isApplicableForMimetype​(java.lang.String mimetype)
        Gets whether or not these transformation source options apply for the given mimetype
        Parameters:
        mimetype - the mimetype of the source
        Returns:
        if these transformation source options apply
      • mergedOptions

        TransformationSourceOptions mergedOptions​(TransformationSourceOptions overridingOptions)
        Creates a new TransformationSourceOptions object from this one, merging any non-null overriding fields in the given overridingOptions
        Parameters:
        overridingOptions - TransformationSourceOptions
        Returns:
        a merged TransformationSourceOptions object