Uses of Interface
org.exoplatform.container.definition.PortalContainerDefinitionChange
-
Packages that use PortalContainerDefinitionChange Package Description org.exoplatform.container.definition -
-
Uses of PortalContainerDefinitionChange in org.exoplatform.container.definition
Classes in org.exoplatform.container.definition that implement PortalContainerDefinitionChange Modifier and Type Class 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.Methods in org.exoplatform.container.definition that return types with arguments of type PortalContainerDefinitionChange Modifier and Type Method Description List<PortalContainerDefinitionChange>PortalContainerDefinitionChangePlugin. getChanges()
-