Class ClasspathServerDetectorLookup
java.lang.Object
org.jolokia.server.core.service.impl.ClasspathServerDetectorLookup
- All Implemented Interfaces:
ServerDetectorLookup
Classpath scanner for detectors
- Since:
- 28.02.14
- Author:
- roland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlookup()Lookup all server detector available and return a list of all found detectors
-
Constructor Details
-
ClasspathServerDetectorLookup
public ClasspathServerDetectorLookup()
-
-
Method Details
-
lookup
Lookup all server detector available and return a list of all found detectors- Specified by:
lookupin interfaceServerDetectorLookup- Returns:
- set of server detectors
-