| Package | Description |
|---|---|
| org.netbeans.modules.maven.api.output | |
| org.netbeans.modules.maven.execute |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputProcessor.processLine(String line,
OutputVisitor visitor)
for each line of output, the registered processor will get a chance to
add highlighting etc.
|
void |
OutputProcessor.sequenceEnd(String sequenceId,
OutputVisitor visitor)
callback when one of the registered sequences ends
|
void |
OutputProcessor.sequenceFail(String sequenceId,
OutputVisitor visitor)
callback when one of the registered sequences ends
|
void |
OutputProcessor.sequenceStart(String sequenceId,
OutputVisitor visitor)
callback when one of the registered sequences starts
|
| Modifier and Type | Field and Description |
|---|---|
protected OutputVisitor |
AbstractOutputHandler.visitor |
| Constructor and Description |
|---|
AbstractOutputHandler(Project proj,
ProgressHandle hand,
RunConfig config,
OutputVisitor visitor) |