Package | Description |
---|---|
org.g_node.nix.internal | |
org.g_node.nix.valid |
Modifier and Type | Method and Description |
---|---|
List<Message> |
VectorUtils.MessageVector.getMessages()
Get messages.
|
Constructor and Description |
---|
MessageVector(List<Message> lst)
Set messages.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
Result.getErrors()
Returns the errors list.
|
List<Message> |
Result.getWarnings()
Returns the warnings list.
|
Modifier and Type | Method and Description |
---|---|
Result |
Result.addError(Message error)
Adds an error message
Adds an error message to this
Result
object and returns a reference to this object. |
Result |
Result.addWarning(Message warning)
Adds a warning message
Adds a warning message to this
Result
object and returns a reference to this object. |
Constructor and Description |
---|
Result(Message err,
Message warn)
Standard constructor.
|
Constructor and Description |
---|
Result(List<Message> errs,
List<Message> warns)
Standard constructor.
|
Result(List<Message> errs,
List<Message> warns)
Standard constructor.
|
Copyright © 2016. All rights reserved.