RSE
Release 3.2

org.eclipse.rse.files.ui.resources
Class UniversalFileTransferUtility.RenameStatus

java.lang.Object
  extended by org.eclipse.core.runtime.Status
      extended by org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.RenameStatus
All Implemented Interfaces:
IStatus
Enclosing class:
UniversalFileTransferUtility

public static class UniversalFileTransferUtility.RenameStatus
extends Status


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, String pluginId, int code, String message, 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

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-in
code - the plug-in-specific status code, or OK
message - a human-readable message, localized to the current locale
exception - a low-level exception, or null if not applicable

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.