Package | Description |
---|---|
org.apache.sling.jcr.contentloader |
Modifier and Type | Class and Description |
---|---|
class |
PathEntry
A path entry from the manifest for initial content.
|
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 © 2022 The Apache Software Foundation. All rights reserved.