Constructor and Description |
---|
SimpleContext() |
Modifier and Type | Method and Description |
---|---|
void |
addException(ProcessorException e)
Add an exception that occurred while processing an asset.
|
void |
addMetadata(java.io.InputStream meta)
Add metadata.
|
void |
addThumbnail(java.awt.image.BufferedImage image)
Add thumbnail image.
|
ProcessorException[] |
getExceptions()
Return all exceptions found during processing.
|
java.io.InputStream[] |
getMetadata()
Return all metadata found, as an array.
|
java.awt.image.BufferedImage[] |
getThumbnails()
Return all images found, as an array.
|
public java.io.InputStream[] getMetadata()
null
public java.awt.image.BufferedImage[] getThumbnails()
null
public ProcessorException[] getExceptions()
null
public void addException(ProcessorException e)
addException
in interface Context
e
- exception to addpublic void addMetadata(java.io.InputStream meta)
addMetadata
in interface Context
meta
- metadatapublic void addThumbnail(java.awt.image.BufferedImage image)
addThumbnail
in interface Context
image
- buffered imageCopyright © 2010 - 2020 Adobe. All Rights Reserved