public static class PortalContainerDefinitionChange.AddDependenciesAfter extends Object implements PortalContainerDefinitionChange
PortalContainerDefinitionChange that will add the nested dependencies
after a target dependency to the dependency list of the PortalContainerDefinition.
If the target dependency is empty or cannot be found, the nested dependencies will be added at
the end of the dependency list. 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
|
String |
target
The name of the target dependency
|
| Constructor and Description |
|---|
AddDependenciesAfter() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(PortalContainerDefinition pcd)
Apply the corresponding change of the given
PortalContainerDefinition |
public String target
public void apply(PortalContainerDefinition pcd)
PortalContainerDefinitionapply in interface PortalContainerDefinitionChangepcd - the PortalContainerDefinition on which the change has to be appliedCopyright © 2019 eXo Platform SAS. All Rights Reserved.