Interface ServerPlatformDetector
- All Known Implementing Classes:
GlassfishPlatformDetector,NoServerPlatformDetector,WebLogicPlatformDetector,WebSpherePlatformDetector
public interface ServerPlatformDetector
A generic interface that allows implementors to try to detect which platform is currently being executed on.
-
Method Summary
-
Method Details
-
checkPlatform
String checkPlatform()- Returns:
TargetServerconstant if this detector determines the platform this is currently being run on. Return null if unknown.
-