- java.lang.Object
-
- org.eclipse.persistence.platform.server.NoServerPlatformDetector
-
- All Implemented Interfaces:
ServerPlatformDetector
public class NoServerPlatformDetector extends Object implements ServerPlatformDetector
-
-
Constructor Summary
Constructors Constructor Description NoServerPlatformDetector()Default constructor.
-
-
-
Method Detail
-
checkPlatform
public String checkPlatform()
- Specified by:
checkPlatformin interfaceServerPlatformDetector- Returns:
TargetServerconstant if this detector determines the platform this is currently being run on. Return null if unknown.
-
-