| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.troublescope.resolution.ResolutionRegistry
A registry used for finding the appropriate resolution.
| Constructor Summary | |
| ResolutionRegistry() | |
| Method Summary | |
|  void | addResolution(RegistryEntry entry)Add a registry entry. | 
|  ProblemResolution | findResolution(java.lang.String resolutionId)Find the resolutions for the given problem. | 
|  java.util.List | getResolutions()Returns the resolution list. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ResolutionRegistry()
| Method Detail | 
public ProblemResolution findResolution(java.lang.String resolutionId)
resolutionId - The id of the resolution result.public void addResolution(RegistryEntry entry)
public java.util.List getResolutions()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||