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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
checkPlatform()
-
-
-
Method Detail
-
checkPlatform
java.lang.String checkPlatform()
- Returns:
TargetServer
constant if this detector determines the platform this is currently being run on. Return null if unknown.
-
-