Class ServerTypeDetectorSecretStageDetector

java.lang.Object
io.datarouter.secretweb.service.ServerTypeDetectorSecretStageDetector
All Implemented Interfaces:
io.datarouter.secret.service.SecretStageDetector

@Singleton
public class ServerTypeDetectorSecretStageDetector
extends java.lang.Object
implements io.datarouter.secret.service.SecretStageDetector
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.secret.service.SecretStageDetector

    io.datarouter.secret.service.SecretStageDetector.DevelopmentSecretStageDetector
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerTypeDetectorSecretStageDetector()  
  • Method Summary

    Modifier and Type Method Description
    boolean mightBeDevelopment()  
    boolean mightBeProduction()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • mightBeDevelopment

      public boolean mightBeDevelopment()
      Specified by:
      mightBeDevelopment in interface io.datarouter.secret.service.SecretStageDetector
    • mightBeProduction

      public boolean mightBeProduction()
      Specified by:
      mightBeProduction in interface io.datarouter.secret.service.SecretStageDetector