public interface AAFReaderListener
extends org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
| Modifier and Type | Method and Description |
|---|---|
Preface |
getPreface()
Return the preface read while reading an AAF file, also known as the
header.
|
ExtensionScheme |
getThisExtensionScheme()
Returns the extension scheme created from unknown properties, types and classes read from
the AAF file.
|
void |
processDirectoryEnd()
Deal with any tidying up at the end of processing a directory
read from an AAF file.
|
void |
processPOIFSReaderEvent(AAFReaderEvent event)
Process an event generated while reading an AAF file.
|
void |
resolveEntries()
Resolve any references left unresolved after processing an AAF file.
|
void |
setFilePath(File filePath) |
void processPOIFSReaderEvent(AAFReaderEvent event)
Process an event generated while reading an AAF file.
event - Event generated while reading an AAF file.void processDirectoryEnd()
Deal with any tidying up at the end of processing a directory read from an AAF file.
void resolveEntries()
Resolve any references left unresolved after processing an AAF file.
Preface getPreface()
Return the preface read while reading an AAF file, also known as the
header. If no preface was found, this method returns null.
ExtensionScheme getThisExtensionScheme()
Returns the extension scheme created from unknown properties, types and classes read from the AAF file. These extensions are used to create application plugin objects from any properties that use these extensions. XML serialization uses the prefix this, which is why the extension scheme is known as this extension scheme.
Warehouse.register(ExtensionScheme)void setFilePath(File filePath) throws NullPointerException, IOException
NullPointerExceptionIOException(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.