public class CheckApiRegionsOrder extends Object implements AnalyserTask
Modifier and Type | Field and Description |
---|---|
protected static String |
API_REGIONS_KEY |
Constructor and Description |
---|
CheckApiRegionsOrder() |
Modifier and Type | Method and Description |
---|---|
void |
execute(AnalyserTaskContext ctx)
Execute the task.
|
String |
getId()
A unique (short) ID.
|
String |
getName()
A human readable name to identify the task.
|
protected static final String API_REGIONS_KEY
public String getId()
AnalyserTask
getId
in interface AnalyserTask
public String getName()
AnalyserTask
getName
in interface AnalyserTask
public final void execute(AnalyserTaskContext ctx) throws Exception
AnalyserTask
execute
in interface AnalyserTask
ctx
- the task context.Exception
- when the task throws an exception.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.