| java.lang.Object net.sourceforge.chaperon.build.conflict.ConflictList
ConflictList | public class ConflictList (Code) | | The class represents a collection of conflicts.
author: Stephan Michels version: CVS $Id: ConflictList.java,v 1.3 2003/12/09 19:55:52 benedikta Exp $ |
addConflict | public void addConflict(Conflict conflict)(Code) | | Add a conflict to this list
Parameters: conflict - Conflict, which should be apped |
getConflict | public Conflict getConflict(int index)(Code) | | Return a conflict giving by an index
Parameters: index - Index of conflict Conflict. |
getConflictCount | public int getConflictCount()(Code) | | Returns the count of conflicts in the list
Count of conflict n this list |
toString | public String toString()(Code) | | Return a string representation of this list.
String representation of this list. |
|
|