public interface AVMImporter
| Modifier and Type | Method and Description |
|---|---|
void |
importNode(java.io.InputStream input,
AVMNodeDescriptor node)
Imports the given AVM node from the source data.
|
void |
importNode(java.io.InputStream input,
java.lang.String path)
Imports the given path and version from the source data.
|
void importNode(java.io.InputStream input,
java.lang.String path)
throws java.io.IOException
input - The stream to read frompath - The AVM path to importversion - The AVM version IDjava.io.IOExceptionvoid importNode(java.io.InputStream input,
AVMNodeDescriptor node)
throws java.io.IOException
input - The stream to read fromnode - The AVM node to importjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.