public class DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable
DeploymentConfiguration filled with all parameters specified
by the framework users.| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_DEV_MODE_NO_FILES |
static Object |
FALLBACK_CHUNK |
DEV_FOLDER_MISSING_MESSAGE| Constructor and Description |
|---|
DeploymentConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
createDeploymentConfiguration(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Creates a
DeploymentConfiguration instance that is filled with
all parameters, specified for the current app. |
protected Properties |
createInitParameters(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Generate Property containing parameters for with all parameters contained
in current application.
|
DeploymentConfiguration |
createPropertyDeploymentConfiguration(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Creates a
DeploymentConfiguration instance that has all
parameters, specified for the current app without doing checks so
property states and only returns default. |
getConfigParametersUsingTokenData, getTokenFileContent, setDevModePropertiesUsingTokenData, verifyFolderExistspublic static final Object FALLBACK_CHUNK
public static final String ERROR_DEV_MODE_NO_FILES
public DeploymentConfiguration createDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)
DeploymentConfiguration instance that is filled with
all parameters, specified for the current app.systemPropertyBaseClass - the class to look for properties defined with annotationsvaadinConfig - the config to get the rest of the properties fromDeploymentConfiguration instancepublic DeploymentConfiguration createPropertyDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)
DeploymentConfiguration instance that has all
parameters, specified for the current app without doing checks so
property states and only returns default.systemPropertyBaseClass - the class to look for properties defined with annotationsvaadinConfig - the config to get the rest of the properties fromDeploymentConfiguration instanceprotected Properties createInitParameters(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)
systemPropertyBaseClass - the class to look for properties defined with annotationsvaadinConfig - the config to get the rest of the properties fromProperties instanceCopyright © 2021. All rights reserved.