Package org.opencms.ade.publish
Class CmsPublish.ResourcesAndRelated
java.lang.Object
org.opencms.ade.publish.CmsPublish.ResourcesAndRelated
- Enclosing class:
- CmsPublish
Just for passing around resources and their related together but not mixed up.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontains(CmsResource resource) Checks if the given resource is present in at least one of the sets.Returns the related resources.Returns the resources.
- 
Constructor Details- 
ResourcesAndRelatedpublic ResourcesAndRelated()Constructor.
 
- 
- 
Method Details- 
containsChecks if the given resource is present in at least one of the sets.- Parameters:
- resource- the resource to test
- Returns:
- trueif the given resource is present in at least one of the sets
 
- 
getRelatedResourcesReturns the related resources.- Returns:
- the related resources
 
- 
getResourcesReturns the resources.- Returns:
- the resources
 
 
-