| 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(InputStream meta)
Add metadata.
|
void |
addThumbnail(BufferedImage image)
Add thumbnail image.
|
ProcessorException[] |
getExceptions()
Return all exceptions found during processing.
|
InputStream[] |
getMetadata()
Return all metadata found, as an array.
|
BufferedImage[] |
getThumbnails()
Return all images found, as an array.
|
public InputStream[] getMetadata()
nullpublic BufferedImage[] getThumbnails()
nullpublic ProcessorException[] getExceptions()
nullpublic void addException(ProcessorException e)
addException in interface Contexte - exception to addpublic void addMetadata(InputStream meta)
addMetadata in interface Contextmeta - metadatapublic void addThumbnail(BufferedImage image)
addThumbnail in interface Contextimage - buffered imageCopyright © 2010 - 2020 Adobe. All Rights Reserved