Package | Description |
---|---|
org.apache.sling.jcr.contentloader |
Modifier and Type | Method and Description |
---|---|
void |
ContentImporter.importContent(javax.jcr.Node parent,
java.lang.String filename,
java.io.InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener)
Import content into the repository by parsing the provided content stream.
|
void |
ContentImporter.importContent(javax.jcr.Node parent,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener)
Import content into the repository by parsing the provided content stream.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.