public interface DataProcessor extends AgentExtension
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Get unique data processor id (type).
|
void |
processData(DataProcessorContext context)
Process data from a given file.
|
@NotNull java.lang.String getType()
void processData(@NotNull DataProcessorContext context) throws java.lang.Exception
context
- processing contextjava.lang.Exception
- implementation is expected to throw some error that would be logged as build error messageInspectionReporter