Class OptionHandlerInspectionHandler

  • Direct Known Subclasses:
    Actor

    public class OptionHandlerInspectionHandler
    extends AbstractInspectionHandler
    Inspection handler for classes that support AbstractOptionHandler. Outputs the global info as well.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • OptionHandlerInspectionHandler

        public OptionHandlerInspectionHandler()
    • Method Detail

      • handles

        public boolean handles​(Class cls)
        Checks whether the handler can handle the specified class.
        Specified by:
        handles in class AbstractInspectionHandler
        Parameters:
        cls - the class to check
        Returns:
        true if the handler can handle this type of object