public abstract class AbstractApiRegionsAnalyserTask extends Object implements AnalyserTask
Modifier and Type | Field and Description |
---|---|
protected static String |
API_REGIONS_KEY |
Constructor and Description |
---|
AbstractApiRegionsAnalyserTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute(AnalyserTaskContext ctx)
Execute the task.
|
protected abstract void |
execute(org.apache.sling.feature.analyser.task.impl.ApiRegions apiRegions,
AnalyserTaskContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getName
protected static final String API_REGIONS_KEY
public final void execute(AnalyserTaskContext ctx) throws Exception
AnalyserTask
execute
in interface AnalyserTask
ctx
- the task context.Exception
- when the task throws an exception.protected abstract void execute(org.apache.sling.feature.analyser.task.impl.ApiRegions apiRegions, AnalyserTaskContext ctx) throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.