public class DefaultAppDeploymentConfiguration extends Object implements AppDeploymentConfiguration
This class represents the default implementation of the application deployment
| Constructor and Description | 
|---|
DefaultAppDeploymentConfiguration(boolean isSystemApp,
                                 boolean isEditable,
                                 boolean isForceAppImport,
                                 boolean isIgnoreImportError,
                                 List<String> tenantNames,
                                 org.springframework.core.io.Resource[] resources)  | 
DefaultAppDeploymentConfiguration(boolean isSystemApp,
                                 boolean isEditable,
                                 boolean isForceAppImport,
                                 boolean isIgnoreImportError,
                                 org.springframework.core.io.Resource[] resources)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<org.springframework.core.io.Resource> | 
getResources()
List of resources of the application export which is needed to be imported. 
 | 
List<String> | 
getTenantNames()
List of tenant names where applications will be deployed. 
 | 
boolean | 
isEditable()
Deployment flag describes application deployment editability 
 | 
boolean | 
isForceAppImport()
Force application import flag 
 | 
boolean | 
isIgnoreImportError()
Ignore the errors during the import and only log them 
 | 
boolean | 
isSystemApp()
Flag to recognize sytem application deployments 
 | 
String | 
toString()  | 
public DefaultAppDeploymentConfiguration(boolean isSystemApp,
                                         boolean isEditable,
                                         boolean isForceAppImport,
                                         boolean isIgnoreImportError,
                                         org.springframework.core.io.Resource[] resources)
public boolean isSystemApp()
AppDeploymentConfigurationFlag to recognize sytem application deployments
isSystemApp in interface AppDeploymentConfigurationpublic boolean isEditable()
AppDeploymentConfigurationDeployment flag describes application deployment editability
isEditable in interface AppDeploymentConfigurationpublic boolean isForceAppImport()
AppDeploymentConfigurationForce application import flag
isForceAppImport in interface AppDeploymentConfigurationpublic boolean isIgnoreImportError()
AppDeploymentConfigurationIgnore the errors during the import and only log them
isIgnoreImportError in interface AppDeploymentConfigurationpublic List<String> getTenantNames()
AppDeploymentConfigurationList of tenant names where applications will be deployed.
getTenantNames in interface AppDeploymentConfigurationpublic Iterable<org.springframework.core.io.Resource> getResources()
AppDeploymentConfigurationList of resources of the application export which is needed to be imported.
getResources in interface AppDeploymentConfigurationCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.