public class TomcatSLDData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TomcatSLDData() |
TomcatSLDData(TomcatConfiguration tomcatConfiguration,
ProductSoftwareComponentDeployments productSoftwareDeployments,
DatabaseComponentDeployment databaseDeployments) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseComponentDeployment |
getDatabaseDeployments() |
ProductSoftwareComponentDeployments |
getProductSoftwareDeployments() |
TomcatConfiguration |
getTomcatConfiguration() |
void |
setDatabaseDeployments(DatabaseComponentDeployment databaseDeployments) |
void |
setProductSoftwareDeployments(ProductSoftwareComponentDeployments productSoftwareDeployments) |
void |
setTomcatConfiguration(TomcatConfiguration tomcatConfiguration) |
public TomcatSLDData()
public TomcatSLDData(TomcatConfiguration tomcatConfiguration, ProductSoftwareComponentDeployments productSoftwareDeployments, DatabaseComponentDeployment databaseDeployments)
public TomcatConfiguration getTomcatConfiguration()
public void setTomcatConfiguration(TomcatConfiguration tomcatConfiguration)
public ProductSoftwareComponentDeployments getProductSoftwareDeployments()
public void setProductSoftwareDeployments(ProductSoftwareComponentDeployments productSoftwareDeployments)
public DatabaseComponentDeployment getDatabaseDeployments()
public void setDatabaseDeployments(DatabaseComponentDeployment databaseDeployments)
Copyright © 2018 SAP SE. All Rights Reserved.