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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • checkPlatform

      String checkPlatform()
      Returns:
      TargetServer constant if this detector determines the platform this is currently being run on. Return null if unknown.