Package | Description |
---|---|
io.takari.incrementalbuild | |
io.takari.incrementalbuild.maven.internal | |
io.takari.incrementalbuild.spi |
Modifier and Type | Method and Description |
---|---|
static MessageSeverity |
MessageSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSeverity[] |
MessageSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.addMessage(int line,
int column,
String message,
MessageSeverity severity,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected static MessageSink.Severity |
MavenBuildContextFinalizer.toMessageSinkSeverity(MessageSeverity severity) |
Modifier and Type | Field and Description |
---|---|
MessageSeverity |
Message.severity |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResource.addMessage(int line,
int column,
String message,
MessageSeverity severity,
Throwable cause) |
protected void |
AbstractBuildContext.addMessage(Object resource,
int line,
int column,
String message,
MessageSeverity severity,
Throwable cause) |
protected void |
AbstractBuildContext.log(Object resource,
int line,
int column,
String message,
MessageSeverity severity,
Throwable cause) |
Constructor and Description |
---|
Message(int line,
int column,
String message,
MessageSeverity severity,
Throwable cause) |
Copyright © 2021. All rights reserved.