Package adams.core.discovery
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
discover(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
-
-