Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Interface ResourceAnalysationFacility


public interface ResourceAnalysationFacility

Describes a resource analysation facility used to analyse a resource describing a class or interface.

Author:
Martin Kersten
See Also:
ResourceAnalysationFacilityListener

Method Summary
 void analyse(Resource resource, ResourceAnalysationFacilityListener listener)
          Analyses the resource and passes the analysed parts to the listener.
 

Method Detail

analyse

public void analyse(Resource resource,
                    ResourceAnalysationFacilityListener listener)
             throws AnalysationException
Analyses the resource and passes the analysed parts to the listener.

Parameters:
resource - The resource to be analysed
listener - The listener to pass the results to.
Throws:
AnalysationException - If the analysation of the resource fails.