public class CheckRequirementsCapabilities extends Object implements AnalyserTask
Constructor and Description |
---|
CheckRequirementsCapabilities() |
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.
|
public String getId()
AnalyserTask
getId
in interface AnalyserTask
public String getName()
AnalyserTask
getName
in interface AnalyserTask
public 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.