public static class PortalContainerDefinitionChange.AddDependencies extends Object implements PortalContainerDefinitionChange
PortalContainerDefinitionChange that will add the nested dependencies
at the end of the dependency list of the PortalContainerDefinition. If the nested
dependency list is empty, this change will be ignored.PortalContainerDefinitionChange.AddDependencies, PortalContainerDefinitionChange.AddDependenciesAfter, PortalContainerDefinitionChange.AddDependenciesBefore, PortalContainerDefinitionChange.AddSettings| Modifier and Type | Field and Description |
|---|---|
List<String> |
dependencies
The list of name of the dependencies to add
|
| Constructor and Description |
|---|
AddDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(PortalContainerDefinition pcd)
Apply the corresponding change of the given
PortalContainerDefinition |
public void apply(PortalContainerDefinition pcd)
PortalContainerDefinitionapply in interface PortalContainerDefinitionChangepcd - the PortalContainerDefinition on which the change has to be appliedCopyright © 2018 eXo Platform SAS. All Rights Reserved.