Class DefaultDeploymentConfiguration

All Implemented Interfaces:
DeploymentConfiguration, AbstractConfiguration, Serializable

public class DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration
The default implementation of DeploymentConfiguration based on a base class for resolving system properties and a set of init parameters.
Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Field Details

  • Constructor Details

    • DefaultDeploymentConfiguration

      public DefaultDeploymentConfiguration(ApplicationConfiguration parentConfig, Class<?> systemPropertyBaseClass, Properties initParameters)
      Create a new deployment configuration instance.
      Parameters:
      parentConfig - a parent application configuration
      systemPropertyBaseClass - the class that should be used as a basis when reading system properties
      initParameters - the init parameters that should make up the foundation for this configuration
  • Method Details