Interface Context

  • All Known Implementing Classes:
    SimpleContext

    public interface Context
    A context is given to a FormatHandler in order to identify the chain of handlers and the asset being generated.
    • Method Detail

      • addException

        void addException​(ProcessorException e)
        Add an exception that occurred while processing an asset.
        Parameters:
        e - exception to add
      • addThumbnail

        void addThumbnail​(java.awt.image.BufferedImage image)
        Add thumbnail image.
        Parameters:
        image - buffered image
      • addMetadata

        void addMetadata​(java.io.InputStream metadata)
        Add metadata.
        Parameters:
        metadata - metadata