eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.container.definition
Interface PortalContainerDefinitionChange

All Known Implementing Classes:
PortalContainerDefinitionChange.AddDependencies, PortalContainerDefinitionChange.AddDependenciesAfter, PortalContainerDefinitionChange.AddDependenciesBefore, PortalContainerDefinitionChange.AddSettings

public interface PortalContainerDefinitionChange

This interface describes the change that cans be applied on a given PortalContainerDefinition Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 juin 2010


Nested Class Summary
static class PortalContainerDefinitionChange.AddDependencies
          This class is an PortalContainerDefinitionChange that will add the nested dependencies at the end of the dependency list of the PortalContainerDefinition.
static class PortalContainerDefinitionChange.AddDependenciesAfter
          This class is an PortalContainerDefinitionChange that will add the nested dependencies after a target dependency to the dependency list of the PortalContainerDefinition.
static class PortalContainerDefinitionChange.AddDependenciesBefore
          This class is an PortalContainerDefinitionChange that will add the nested dependencies before a target dependency to the dependency list of the PortalContainerDefinition.
static class PortalContainerDefinitionChange.AddSettings
          This class is an PortalContainerDefinitionChange that will add new internal settings to the PortalContainerDefinition.
 
Method Summary
 void apply(PortalContainerDefinition pcd)
          Apply the corresponding change of the given PortalContainerDefinition
 

Method Detail

apply

void apply(PortalContainerDefinition pcd)
Apply the corresponding change of the given PortalContainerDefinition

Parameters:
pcd - the PortalContainerDefinition on which the change has to be applied

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.