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()
AppDeploymentConfiguration
Flag to recognize sytem application deployments
isSystemApp
in interface AppDeploymentConfiguration
public boolean isEditable()
AppDeploymentConfiguration
Deployment flag describes application deployment editability
isEditable
in interface AppDeploymentConfiguration
public boolean isForceAppImport()
AppDeploymentConfiguration
Force application import flag
isForceAppImport
in interface AppDeploymentConfiguration
public boolean isIgnoreImportError()
AppDeploymentConfiguration
Ignore the errors during the import and only log them
isIgnoreImportError
in interface AppDeploymentConfiguration
public List<String> getTenantNames()
AppDeploymentConfiguration
List of tenant names where applications will be deployed.
getTenantNames
in interface AppDeploymentConfiguration
public Iterable<org.springframework.core.io.Resource> getResources()
AppDeploymentConfiguration
List of resources of the application export which is needed to be imported.
getResources
in interface AppDeploymentConfiguration
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.