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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(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
-
ResourcesAndRelated
public ResourcesAndRelated()Constructor.
-
-
Method Details
-
contains
Checks if the given resource is present in at least one of the sets.- Parameters:
resource
- the resource to test- Returns:
true
if the given resource is present in at least one of the sets
-
getRelatedResources
Returns the related resources.- Returns:
- the related resources
-
getResources
Returns the resources.- Returns:
- the resources
-