org.exoplatform.container.definition
Class PortalContainerDefinitionChange.AddSettings
java.lang.Object
org.exoplatform.container.definition.PortalContainerDefinitionChange.AddSettings
- All Implemented Interfaces:
- PortalContainerDefinitionChange
- Enclosing interface:
- PortalContainerDefinitionChange
public static class PortalContainerDefinitionChange.AddSettings
- extends Object
- implements PortalContainerDefinitionChange
This class is an PortalContainerDefinitionChange that will add new internal settings
to the PortalContainerDefinition. If the nested settings are empty, this change will
be ignored.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
settings
public Map<String,Object> settings
- The settings to add to the internal settings
PortalContainerDefinitionChange.AddSettings
public PortalContainerDefinitionChange.AddSettings()
apply
public void apply(PortalContainerDefinition pcd)
- Description copied from interface:
PortalContainerDefinitionChange
- Apply the corresponding change of the given
PortalContainerDefinition
- Specified by:
apply in interface PortalContainerDefinitionChange
- Parameters:
pcd - the PortalContainerDefinition on which the change has to be applied
Copyright © 2015 eXo Platform SAS. All Rights Reserved.