public class InfrastructureCombination extends Object implements Cloneable
| Constructor and Description |
|---|
InfrastructureCombination(Set<InfrastructureParameter> parameters)
Initializes an @
InfrastructureCombination object with the given
set of infrastructure parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(InfrastructureParameter param)
Add another infrastructure parameter.
|
InfrastructureCombination |
clone()
performs a shallow clone of this infrastructure combination.
|
Set<InfrastructureParameter> |
getParameters()
Get the list of infrastructure parameters.
|
String |
toString() |
public InfrastructureCombination(Set<InfrastructureParameter> parameters)
InfrastructureCombination object with the given
set of infrastructure parameters.parameters - a set of infrastructure parameters that have distinct types.public Set<InfrastructureParameter> getParameters()
public void addParameter(InfrastructureParameter param)
param - the infrastructure parameterpublic InfrastructureCombination clone()
Copyright © 2018 WSO2. All rights reserved.