org.eclipse.rse.files.ui.resources
Class UniversalFileTransferUtility.RenameStatus
java.lang.Object
org.eclipse.core.runtime.Status
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.RenameStatus
- All Implemented Interfaces:
- IStatus
- Enclosing class:
- UniversalFileTransferUtility
public static class UniversalFileTransferUtility.RenameStatus
- extends Status
Methods inherited from class org.eclipse.core.runtime.Status |
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString |
UniversalFileTransferUtility.RenameStatus
public UniversalFileTransferUtility.RenameStatus(int severity,
String pluginId,
int code,
String message,
Throwable exception)
- Creates a new RenameStatus object. The created status has no
children.
- Parameters:
severity
- the severity; one of OK
,
ERROR
, INFO
,
WARNING
, or CANCEL
pluginId
- the unique identifier of the relevant plug-incode
- the plug-in-specific status code, or OK
message
- a human-readable message, localized to the current
localeexception
- a low-level exception, or null
if not
applicable
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.