Interface ProcessorContext


public interface ProcessorContext
The context is used to pass in information into a Processor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sling.feature.extension.apiregions.api.ApiRegion
    Get the api region
    org.apache.sling.feature.Feature
    Get the feature
    org.apache.maven.plugin.logging.Log
    The logger
    org.apache.maven.project.MavenProject
    Get the project
    org.apache.maven.execution.MavenSession
    Get the session
  • Method Details

    • getFeature

      org.apache.sling.feature.Feature getFeature()
      Get the feature
      Returns:
      The feature
    • getApiRegion

      org.apache.sling.feature.extension.apiregions.api.ApiRegion getApiRegion()
      Get the api region
      Returns:
      The api region
    • getProject

      org.apache.maven.project.MavenProject getProject()
      Get the project
      Returns:
      The project
    • getSession

      org.apache.maven.execution.MavenSession getSession()
      Get the session
      Returns:
      The session
    • getLog

      org.apache.maven.plugin.logging.Log getLog()
      The logger
      Returns:
      The log