| Package | Description |
|---|---|
| org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsImportExportManager.TimestampMode |
CmsImportExportManager.TimestampMode.getDefaultTimeStampMode()
Returns the default timestamp mode.
|
CmsImportExportManager.TimestampMode |
CmsImportExportManager.getDefaultTimestampMode(java.lang.String resourcetypeName)
Returns the default timestamp mode for the resourcetype - or
null if no default mode is set. |
static CmsImportExportManager.TimestampMode |
CmsImportExportManager.TimestampMode.getEnum(java.lang.String value)
More robust version of
Enum.valueOf(java.lang.Class, String) that is case insensitive
and defaults for all "unreadable" arguments to the default timestamp mode. |
static CmsImportExportManager.TimestampMode |
CmsImportExportManager.TimestampMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsImportExportManager.TimestampMode[] |
CmsImportExportManager.TimestampMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsImportExportManager.TimestampMode,java.util.List<java.lang.String>> |
CmsImportExportManager.getDefaultTimestampModes()
Returns the map from resourcetype names to default timestamp modes.
|