| Package | Description |
|---|---|
| org.apache.sling.jcr.contentloader | |
| org.apache.sling.jcr.contentloader.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentImporter.importContent(javax.jcr.Node parent,
String name,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener)
Import content into the repository by parsing the provided
content stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathEntry
A path entry from the manifest for initial content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentImporter.importContent(javax.jcr.Node parent,
String name,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener) |
void |
DefaultContentCreator.init(ImportOptions pathEntry,
Map<String,ImportProvider> defaultImportProviders,
List<String> createdNodes,
ContentImportListener importListener)
Initialize this component.
|
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.