| Package | Description |
|---|---|
| org.opencms.gwt.shared.alias |
| Modifier and Type | Method and Description |
|---|---|
CmsAliasImportStatus |
CmsAliasImportResult.getStatus()
Gets the status.
|
static CmsAliasImportStatus |
CmsAliasImportStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsAliasImportStatus[] |
CmsAliasImportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsAliasImportResult(CmsAliasImportStatus status,
java.lang.String message,
java.lang.String aliasPath,
java.lang.String targetPath,
CmsAliasMode mode)
Creates a new instance.
|
CmsAliasImportResult(java.lang.String line,
CmsAliasImportStatus status,
java.lang.String message)
Creates a new instance.
|