Interface PortalContainerDefinitionChange
-
- All Known Implementing Classes:
PortalContainerDefinitionChange.AddDependencies,PortalContainerDefinitionChange.AddDependenciesAfter,PortalContainerDefinitionChange.AddDependenciesBefore,PortalContainerDefinitionChange.AddSettings
public interface PortalContainerDefinitionChangeThis interface describes the change that cans be applied on a givenPortalContainerDefinitionCreated by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 juin 2010
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPortalContainerDefinitionChange.AddDependenciesThis class is anPortalContainerDefinitionChangethat will add the nested dependencies at the end of the dependency list of thePortalContainerDefinition.static classPortalContainerDefinitionChange.AddDependenciesAfterThis class is anPortalContainerDefinitionChangethat will add the nested dependencies after a target dependency to the dependency list of thePortalContainerDefinition.static classPortalContainerDefinitionChange.AddDependenciesBeforeThis class is anPortalContainerDefinitionChangethat will add the nested dependencies before a target dependency to the dependency list of thePortalContainerDefinition.static classPortalContainerDefinitionChange.AddSettingsThis class is anPortalContainerDefinitionChangethat will add new internal settings to thePortalContainerDefinition.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(PortalContainerDefinition pcd)Apply the corresponding change of the givenPortalContainerDefinition
-
-
-
Method Detail
-
apply
void apply(PortalContainerDefinition pcd)
Apply the corresponding change of the givenPortalContainerDefinition- Parameters:
pcd- thePortalContainerDefinitionon which the change has to be applied
-
-