Deprecated Methods |
org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystem.cancelSearch(IHostSearchResultConfiguration)
Do not call this method directly since it is not implemented. |
org.eclipse.rse.ui.view.SystemAbstractAPIProvider.checkForNull(Object[], boolean)
Use SystemAbstractAPIProvider.checkForEmptyList(Object[], Object, boolean) instead. |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.checkForNull(Object[], boolean)
Use AbstractSystemViewAdapter.checkForEmptyList(Object[], Object, boolean)
instead. |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.compressedCopyRemoteResourceToWorkspace(IRemoteFile, IProgressMonitor)
use compressedDownloadToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.compressedCopyWorkspaceResourceToRemote(IContainer, IRemoteFile, IProgressMonitor)
use compressedUploadFromWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteFileToWorkspace(File, IProgressMonitor)
use downloadFileToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteFileToWorkspace(IRemoteFile, IProgressMonitor)
use downloadFileToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteResourcesToWorkspace(SystemRemoteResourceSet, IProgressMonitor)
use downloadResourcesToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteResourcesToWorkspaceMultiple(SystemRemoteResourceSet, IProgressMonitor)
use downloadResourcesToWorkspaceMultiple |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteResourceToWorkspace(File, IProgressMonitor)
use downloadResourceToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyRemoteResourceToWorkspace(IRemoteFile, IProgressMonitor)
use downloadResourceToWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyWorkspaceResourcesToRemote(SystemWorkspaceResourceSet, IRemoteFile, IProgressMonitor, boolean)
use uploadResourcesFromWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyWorkspaceResourceToRemote(IResource, IRemoteFile, IProgressMonitor)
use uploadResourceFromWorkspace |
org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.copyWorkspaceResourceToRemote(IResource, IRemoteFile, IProgressMonitor, boolean)
use uploadResourceFromWorkspace |
org.eclipse.rse.ui.SystemWidgetHelpers.createBrowseButton(Composite, Listener, String)
|
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.doDrop(Object, Object, boolean, boolean, IProgressMonitor)
use doDrop(Object from, Object to, boolean sameSystemType,
boolean sameSystem, int srcType, IProgressMonitor monitor) instead |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getEmptyMessageObject()
Use AbstractSystemViewAdapter.checkForEmptyList(Object[], Object, boolean)
instead. |
org.eclipse.rse.services.clientserver.archiveutils.ArchiveHandlerManager.getExtension(File)
Use ArchiveHandlerManager.getRegisteredExtension(File) instead |
org.eclipse.rse.services.processes.AbstractProcessService.getMessage(String)
This method was removed from IProcessService in RSE 3.0, and
implementers are not expected to return anything useful. Use
SimpleSystemMessage to create system messages
instead. |
org.eclipse.rse.core.IRSESystemType.getName()
Use IRSESystemType.getId() for accessing the unique id or IRSESystemType.getLabel() for the UI label. |
org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.getNoLaunchEnabled(SubSystem)
Use instead AbstractConnectorService.isServerLaunchTypeEnabled(ISubSystem, ServerLaunchType)
or SubSystemConfiguration.supportsServerLaunchType(ServerLaunchType) |
org.eclipse.rse.core.subsystems.SubSystem.getObjectWithAbsoluteName(String)
use getObjectWithAbsoluteName(String key, IProgressMonitor monitor) |
org.eclipse.rse.core.subsystems.IRemoteObjectResolver.getObjectWithAbsoluteName(String)
- use getObjectwithAbsoluteName(String key, IProgressMonitor
monitor) |
org.eclipse.rse.services.files.AbstractFileService.getOutputStream(String, String, boolean, IProgressMonitor)
use
AbstractFileService.getOutputStream(String, String, int, IProgressMonitor)
instead |
org.eclipse.rse.services.files.IFileService.getOutputStream(String, String, boolean, IProgressMonitor)
Use
IFileService.getOutputStream(String, String, int, IProgressMonitor)
instead |
org.eclipse.rse.subsystems.files.core.servicesubsystem.FileServiceSubSystem.getOutputStream(String, String, boolean, IProgressMonitor)
Use
FileServiceSubSystem.getOutputStream(String, String, int, IProgressMonitor)
instead |
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem.getOutputStream(String, String, boolean, IProgressMonitor)
Use IRemoteFileSubSystem.getOutputStream(String, String, int, IProgressMonitor) instead |
org.eclipse.rse.subsystems.files.core.servicesubsystem.AbstractRemoteFile.getParentNoRoot()
- shouldn't need apis like this |
org.eclipse.rse.ui.RSEUIPlugin.getPersistenceManager()
use RSECorePlugin.getThePersistenceManager() |
org.eclipse.rse.core.subsystems.SubSystem.getProperties(Object, String[])
this shouldn't be used |
org.eclipse.rse.core.subsystems.ISubSystem.getProperties(Object, String[])
this shouldn't be used |
org.eclipse.rse.core.subsystems.SubSystem.getProperty(Object, String)
this shouldn't be used |
org.eclipse.rse.core.subsystems.ISubSystem.getProperty(Object, String)
this shouldn't be used |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getRemoteAdapter(Object)
use SystemAdapterHelpers.getRemoteAdapter(o, getViewer())
instead |
org.eclipse.rse.core.subsystems.SubSystem.getRemoteAttribute(String)
|
org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.getRexecLaunchEnabled(SubSystem)
Use instead AbstractConnectorService.isServerLaunchTypeEnabled(ISubSystem, ServerLaunchType)
or SubSystemConfiguration.supportsServerLaunchType(ServerLaunchType) |
org.eclipse.rse.subsystems.files.core.servicesubsystem.AbstractRemoteFile.getRoot()
- shouldn't need apis like this |
org.eclipse.rse.core.subsystems.SubSystem.getRunnableContext()
this is scheduled to be removed since we want to
avoid UI components in SubSystem. |
org.eclipse.rse.core.model.ISystemRegistry.getSubSystemConfigurations()
use ISystemRegistry.getSubSystemConfigurationProxies() and filter the
list of needed subsystem configurations in order to activate only those
that are really needed. |
org.eclipse.rse.core.model.ISystemRegistry.getSubSystemConfigurationsBySystemType(IRSESystemType, boolean)
Use
ISystemRegistry.getSubSystemConfigurationsBySystemType(IRSESystemType,boolean,boolean)
instead in order to avoid instantiating subsystem
configurations if possible. |
org.eclipse.rse.core.model.ISystemRegistry.getSubSystems(IHost, boolean)
Use ISystemRegistry.getSubSystems(IHost) instead, the "force" parameter is now ignored. |
org.eclipse.rse.core.model.ISystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String, IHost)
use ISystemRegistry.getSubSystemConfigurationProxiesByCategory(String)
and instantiate only those subsystem configurations from the proxy
that are really needed. Then, use ISubSystemConfiguration.getSubSystems(boolean)
with a parameter true. |
org.eclipse.rse.core.IRSECoreRegistry.getSystemType(String)
Use IRSECoreRegistry.getSystemTypeById(String) . |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getSystemViewElementAdapter(Object)
use SystemAdapterHelpers.getViewAdapter(o, getViewer())
instead |
org.eclipse.rse.ui.RSEUIPlugin.getTheSystemProfileManager()
use RSECorePlugin.getTheSystemProfileManager() |
org.eclipse.rse.core.subsystems.SubSystem.getVendorAttribute(String, String)
use property sets directly now |
org.eclipse.rse.core.subsystems.ISubSystem.getVendorAttribute(String, String)
Subsystems can now take named property sets. These should be used instead.
See IPropertySet |
org.eclipse.rse.core.model.ISystemViewInputProvider.getViewer()
use other methods for getting the active viewer. |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.initMsgObjects()
Internal use. Do not call this method. |
org.eclipse.rse.ui.RSESystemTypeAdapter.isEnabled(Object)
Clients should use IRSESystemType.isEnabled() , which is
available without UI dependencies, in order to guarantee consistent
availability of system types.
Providers of custom RSESystemTypeAdapter implementations, which override
this method, should move their code to their IRSESystemType implementations.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=218655#c1 for details. |
org.eclipse.rse.ui.SystemBasePlugin.isHeadless()
this method is useless right now because SystemBasePlugin is part of
the rse.ui plugin which depends on workbench and therefore we can never load this
class while actually being in headless mode. Normally this should return false
however, because the javadoc says we "equate this to mean that the workbench is not running",
it's possible early on that the method may return true if the workbench has not
yet been instantiated - although it will later return false. |
org.eclipse.rse.ui.RSEUIPlugin.isSystemRegistryActive()
use RSECorePlugin.isTheSystemRegistryActive() |
org.eclipse.rse.ui.RSEUIPlugin.isTheSystemRegistryActive()
use RSECorePlugin.isTheSystemRegistryActive() |
org.eclipse.rse.ui.validators.ValidatorUniqueString.isValid(String)
You should be using ValidatorUniqueString.validate(String) and SystemMessage objects |
org.eclipse.rse.services.clientserver.PathUtility.normalizeUnix(String)
this should not be used since \ is a valid part of
UNIX file names. Also, a better normalizer would also consider
swquences like a/../b and a/./b -- Try to work without this
method. |
org.eclipse.rse.subsystems.shells.core.subsystems.RemoteCmdSubSystem.runCommand(String, Object)
use RemoteCmdSubSystem.runCommand(String, Object, IProgressMonitor) |
org.eclipse.rse.subsystems.shells.core.subsystems.RemoteCmdSubSystem.runCommand(String, Object, boolean)
use
RemoteCmdSubSystem.runCommand(String, Object, boolean, IProgressMonitor) |
org.eclipse.rse.subsystems.shells.core.subsystems.RemoteCmdSubSystem.runShell(Object)
use RemoteCmdSubSystem.runShell(Object, IProgressMonitor) |
org.eclipse.rse.ui.RSESystemTypeAdapter.setDefaultUserId(Object, String)
Use
RSEPreferencesManager.setDefaultUserId(IRSESystemType, String) |
org.eclipse.rse.ui.SystemWidgetHelpers.setHelp(Control, IViewPart, Object)
|
org.eclipse.rse.ui.RSESystemTypeAdapter.setIsEnabled(Object, boolean)
Use
RSEPreferencesManager.setIsSystemTypeEnabled(IRSESystemType, boolean) |
org.eclipse.rse.core.subsystems.SubSystem.setProperties(Object, String[], String[])
this shouldn't be used |
org.eclipse.rse.core.subsystems.ISubSystem.setProperties(Object, String[], String[])
this shouldn't be used |
org.eclipse.rse.core.subsystems.SubSystem.setProperty(Object, String, String)
this shouldn't be used |
org.eclipse.rse.core.subsystems.ISubSystem.setProperty(Object, String, String)
this shouldn't be used |
org.eclipse.rse.core.subsystems.SubSystem.setRemoteAttribute(String, String)
|
org.eclipse.rse.core.subsystems.RemoteServerLauncher.setRestrictedType(String, String)
|
org.eclipse.rse.core.subsystems.SubSystem.setVendorAttribute(String, String, String)
use property sets directly now |
org.eclipse.rse.core.subsystems.ISubSystem.setVendorAttribute(String, String, String)
Subsystems can now take named property sets. These should be used instead.
See IPropertySet |
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.sub(String, String, String)
Clients should use Eclipse NLS
or Java MessageFormat or
String.replaceAll(String, String) to do
substring replacement and variable substitution. |