|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.CmsPublish.ResourcesAndRelated
public class CmsPublish.ResourcesAndRelated
Just for passing around resources and their related together but not mixed up.
| Constructor Summary | |
|---|---|
CmsPublish.ResourcesAndRelated()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
contains(CmsResource resource)
Checks if the given resource is present in at least one of the sets. |
java.util.Set<CmsResource> |
getRelatedResources()
Returns the related resources. |
java.util.Set<CmsResource> |
getResources()
Returns the resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPublish.ResourcesAndRelated()
| Method Detail |
|---|
public boolean contains(CmsResource resource)
resource - the resource to test
true if the given resource is present in at least one of the setspublic java.util.Set<CmsResource> getRelatedResources()
public java.util.Set<CmsResource> getResources()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||