程序包 | 说明 |
---|---|
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
org.opencms.file.collectors |
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
|
org.opencms.file.history |
This package contains the classes to deal with the OpenCms VFS history archive.
|
限定符和类型 | 字段和说明 |
---|---|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_DATE_LAST_MODIFIED
A comparator for the date last modified of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_DATE_RELEASED
A comparator for the release date of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH
A comparator for the root path of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE
A comparator for the root path of two resources ignoring case differences.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE_FOLDERS_FIRST
A comparator for the root path of two resources ignoring case differences, putting folders before files.
|
限定符和类型 | 方法和说明 |
---|---|
int |
ComparatorInverter.compare(I_CmsResource o1,
I_CmsResource o2) |
构造器和说明 |
---|
ComparatorInverter(java.util.Comparator<I_CmsResource> toInvert)
Creates a comparator that will invert the result of the given comparator.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
I_CmsHistoryResource
A historical version of a resource in the OpenCms VFS resource history.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHistoryFile
A historical version of a file in the OpenCms VFS resource history.
|
class |
CmsHistoryFolder
A historical version of a file in the OpenCms VFS resource history.
|