|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.Status
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.RenameStatus
public static class UniversalFileTransferUtility.RenameStatus
| Field Summary |
|---|
| Fields inherited from class org.eclipse.core.runtime.Status |
|---|
CANCEL_STATUS, OK_STATUS |
| Fields inherited from interface org.eclipse.core.runtime.IStatus |
|---|
CANCEL, ERROR, INFO, OK, WARNING |
| Constructor Summary | |
|---|---|
UniversalFileTransferUtility.RenameStatus(int severity,
java.lang.String pluginId,
int code,
java.lang.String message,
java.lang.Throwable exception)
Creates a new RenameStatus object. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.core.runtime.Status |
|---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniversalFileTransferUtility.RenameStatus(int severity,
java.lang.String pluginId,
int code,
java.lang.String message,
java.lang.Throwable exception)
severity - the severity; one of OK,
ERROR, INFO,
WARNING, or CANCELpluginId - the unique identifier of the relevant plug-incode - the plug-in-specific status code, or OKmessage - a human-readable message, localized to the current
localeexception - a low-level exception, or null if not
applicable
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||