Interface PropertyDiscovery

  • All Known Implementing Classes:
    DefaultPropertyDiscovery

    public interface PropertyDiscovery
    Interface for classes that perform object discovery.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • discover

        void discover​(AbstractDiscoveryHandler[] handlers,
                      Object obj)
        Performs the object discovery.
        Parameters:
        handlers - the handlers to use and configure
        obj - the object to analyze