Class EnvironmentValidator

HttpServlet
net.datenwerke.rs.EnvironmentValidator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class EnvironmentValidator extends HttpServlet
Validates the environment on RS startup and handles the generation of an error message if necessary. As this has to work without any of the RS services, some functionality is duplicated here.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Connection
     
    static boolean
    startup(boolean isEnterprise)
     
  • Constructor Details

    • EnvironmentValidator

      public EnvironmentValidator()
  • Method Details