Uses of Interface
org.apache.sling.cms.File
Packages that use File
Package
Description
Package with all of the common models used to access content in the Sling
reference CMS
Support for Content Insights
-
Uses of File in org.apache.sling.cms
Methods in org.apache.sling.cms that return FileModifier and TypeMethodDescriptionFileManager.getFile()Get the file containing the adapted resourceMethods in org.apache.sling.cms with parameters of type FileModifier and TypeMethodDescriptionFileMetadataExtractor.extractMetadata(File file) Extract the metadata from the specified file and return the resulting metadatavoidFileMetadataExtractor.updateMetadata(File file) Extract the metadata from the specified file and persist the results under the jcr:content/metadata node of the file resourcevoidFileMetadataExtractor.updateMetadata(File file, boolean persist) Extract the metadata from the specified file and persist the results under the jcr:content/metadata node of the file resource -
Uses of File in org.apache.sling.cms.insights
Methods in org.apache.sling.cms.insights that return FileModifier and TypeMethodDescriptionFileInsightRequest.getFile()Returns the file used to create this requestMethods in org.apache.sling.cms.insights with parameters of type FileModifier and TypeMethodDescriptionInsightFactory.getInsights(File file) Get the insights which are enabled for a particular file.