com.ibm.jdg2e.resources.extensions.builder
Class ReadmeResolutionGenerator2

java.lang.Object
  extended bycom.ibm.jdg2e.resources.extensions.builder.ReadmeResolutionGenerator2
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolutionGenerator, org.eclipse.ui.IMarkerResolutionGenerator2

public class ReadmeResolutionGenerator2
extends java.lang.Object
implements org.eclipse.ui.IMarkerResolutionGenerator2

Processes a marker to identify if there is processing that can be invoked that would resolve the problem identified by the marker.


Constructor Summary
ReadmeResolutionGenerator2()
           
 
Method Summary
 org.eclipse.ui.IMarkerResolution[] getResolutions(org.eclipse.core.resources.IMarker marker)
          Return the resolution processor ReadmeResolution.
 boolean hasResolutions(org.eclipse.core.resources.IMarker marker)
          Returns true as we can resolve any marker of the specified type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadmeResolutionGenerator2

public ReadmeResolutionGenerator2()
Method Detail

getResolutions

public org.eclipse.ui.IMarkerResolution[] getResolutions(org.eclipse.core.resources.IMarker marker)
Return the resolution processor ReadmeResolution.

Specified by:
getResolutions in interface org.eclipse.ui.IMarkerResolutionGenerator
See Also:
IMarkerResolutionGenerator.getResolutions(org.eclipse.core.resources.IMarker)

hasResolutions

public boolean hasResolutions(org.eclipse.core.resources.IMarker marker)
Returns true as we can resolve any marker of the specified type.

Specified by:
hasResolutions in interface org.eclipse.ui.IMarkerResolutionGenerator2
See Also:
IMarkerResolutionGenerator2.hasResolutions(org.eclipse.core.resources.IMarker)