public interface AVMImporter
| Modifier and Type | Method and Description |
|---|---|
void |
importNode(InputStream input,
AVMNodeDescriptor node)
Imports the given AVM node from the source data.
|
void |
importNode(InputStream input,
String path)
Imports the given path and version from the source data.
|
void importNode(InputStream input, String path) throws IOException
input - The stream to read frompath - The AVM path to importversion - The AVM version IDIOExceptionvoid importNode(InputStream input, AVMNodeDescriptor node) throws IOException
input - The stream to read fromnode - The AVM node to importIOExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.