Package | Description |
---|---|
org.opencms.file.types |
The implementations of the core resource types for the VFS are located here.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CmsConfigurationCopyResource> |
A_CmsResourceType.m_copyResources
The list of resources to copy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CmsConfigurationCopyResource> |
A_CmsResourceType.getConfiguredCopyResources()
Returns the (unmodifiable) list of copy resources.
|
java.util.List<CmsConfigurationCopyResource> |
I_CmsResourceType.getConfiguredCopyResources()
Returns the configured copy resources for this resource type in an unmodifiable List.
|