| Package | Description |
|---|---|
| io.takari.incrementalbuild | |
| io.takari.incrementalbuild.maven.testing | |
| io.takari.incrementalbuild.spi |
| Modifier and Type | Method and Description |
|---|---|
static BuildContext.Severity |
BuildContext.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildContext.Severity[] |
BuildContext.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildContext.Resource.addMessage(int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalBuildLog.message(Object resource,
int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutput.addMessage(int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
void |
DefaultInput.addMessage(int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
void |
DefaultBuildContext.addMessage(Object resource,
int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
protected void |
DefaultBuildContext.log(Object resource,
int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
Copyright © 2014. All Rights Reserved.