|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportOptions | |
---|---|
org.apache.sling.jcr.contentloader | |
org.apache.sling.jcr.contentloader.internal |
Uses of ImportOptions in org.apache.sling.jcr.contentloader |
---|
Methods in org.apache.sling.jcr.contentloader with parameters of type ImportOptions | |
---|---|
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. |
Uses of ImportOptions in org.apache.sling.jcr.contentloader.internal |
---|
Subclasses of ImportOptions in org.apache.sling.jcr.contentloader.internal | |
---|---|
class |
PathEntry
A path entry from the manifest for initial content. |
Methods in org.apache.sling.jcr.contentloader.internal with parameters of type ImportOptions | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |