Class FileInsightRequestImpl
- java.lang.Object
-
- org.apache.sling.cms.core.insights.impl.FileInsightRequestImpl
-
- All Implemented Interfaces:
FileInsightRequest,InsightRequest
public class FileInsightRequestImpl extends Object implements FileInsightRequest
Implementation of the FileInsightRequest interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.sling.cms.insights.InsightRequest
InsightRequest.TYPE
-
-
Constructor Summary
Constructors Constructor Description FileInsightRequestImpl(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()org.apache.sling.api.resource.ResourcegetResource()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sling.cms.insights.FileInsightRequest
getType
-
-
-
-
Constructor Detail
-
FileInsightRequestImpl
public FileInsightRequestImpl(File file)
-
-
Method Detail
-
getFile
public File getFile()
- Specified by:
getFilein interfaceFileInsightRequest
-
getResource
public org.apache.sling.api.resource.Resource getResource()
- Specified by:
getResourcein interfaceInsightRequest
-
-