|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.build.conflict.ConflictList
public class ConflictList
The class represents a collection of conflicts.
Constructor Summary | |
---|---|
ConflictList()
|
Method Summary | |
---|---|
void |
addConflict(Conflict conflict)
Add a conflict to this list |
Conflict |
getConflict(int index)
Return a conflict giving by an index |
int |
getConflictCount()
Returns the count of conflicts in the list |
java.lang.String |
toString()
Return a string representation of this list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConflictList()
Method Detail |
---|
public void addConflict(Conflict conflict)
conflict
- Conflict, which should be appedpublic Conflict getConflict(int index)
index
- Index of conflict
public int getConflictCount()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |