Package adams.core.discovery
Interface PropertyDiscovery
-
- All Known Implementing Classes:
DefaultPropertyDiscovery
public interface PropertyDiscoveryInterface for classes that perform object discovery.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddiscover(AbstractDiscoveryHandler[] handlers, Object obj)Performs the object discovery.
-
-
-
Method Detail
-
discover
void discover(AbstractDiscoveryHandler[] handlers, Object obj)
Performs the object discovery.- Parameters:
handlers- the handlers to use and configureobj- the object to analyze
-
-