Class CheckApiRegionsBundleExportsImports

java.lang.Object
org.apache.sling.feature.extension.apiregions.analyser.CheckApiRegionsBundleExportsImports
All Implemented Interfaces:
org.apache.sling.feature.analyser.task.AnalyserTask

public class CheckApiRegionsBundleExportsImports extends Object implements org.apache.sling.feature.analyser.task.AnalyserTask
  • Constructor Details

    • CheckApiRegionsBundleExportsImports

      public CheckApiRegionsBundleExportsImports()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.sling.feature.analyser.task.AnalyserTask
    • getId

      public String getId()
      Specified by:
      getId in interface org.apache.sling.feature.analyser.task.AnalyserTask
    • execute

      public void execute(org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) throws Exception
      Specified by:
      execute in interface org.apache.sling.feature.analyser.task.AnalyserTask
      Throws:
      Exception