Uses of Class
org.apache.sling.jcr.contentloader.ImportOptions
Packages that use ImportOptions
-
Uses of ImportOptions in org.apache.sling.jcr.contentloader
Subclasses of ImportOptions in org.apache.sling.jcr.contentloaderModifier and TypeClassDescriptionclassA path entry from the manifest for initial content.Methods in org.apache.sling.jcr.contentloader with parameters of type ImportOptionsModifier and TypeMethodDescriptionvoidContentImporter.importContent(javax.jcr.Node parent, String filename, InputStream contentStream, ImportOptions importOptions, ContentImportListener importListener) Import content into the repository by parsing the provided content stream.voidContentImporter.importContent(javax.jcr.Node parent, String name, String contentType, InputStream contentStream, ImportOptions importOptions, ContentImportListener importListener) Import content into the repository by parsing the provided content stream.