public class RamlViolations extends Object implements Iterable<RamlViolationMessage>
| Constructor and Description |
|---|
RamlViolations() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Message message) |
void |
add(Message message,
Object cause) |
void |
addIf(boolean condition,
Message message) |
List<RamlViolationMessage> |
asList() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<RamlViolationMessage> |
iterator() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void add(Message message)
public void addIf(boolean condition,
Message message)
public int size()
public boolean isEmpty()
public List<RamlViolationMessage> asList()
public Iterator<RamlViolationMessage> iterator()
iterator in interface Iterable<RamlViolationMessage>Copyright © 2014–2018. All rights reserved.