org.eclipse.rse.ui.model
Class SystemRemoteElementResourceSet
java.lang.Object
org.eclipse.rse.core.model.AbstractSystemResourceSet
org.eclipse.rse.ui.model.SystemRemoteElementResourceSet
- All Implemented Interfaces:
- ISystemResourceSet
public class SystemRemoteElementResourceSet
- extends AbstractSystemResourceSet
A SystemRemoteElementResourceSet is used to gather objects together for operations
that work on multiple objects.
Methods inherited from class org.eclipse.rse.core.model.AbstractSystemResourceSet |
addResource, byteSize, get, get, getMessage, getResourceSet, hasByteSize, hasMessage, removeResource, setByteSize, setMessage, size, toString |
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem)
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter)
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
Object[] objects)
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
List objects)
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem,
Object[] objects)
SystemRemoteElementResourceSet
public SystemRemoteElementResourceSet(ISubSystem subSystem,
List objects)
getViewAdapter
public ISystemViewElementAdapter getViewAdapter()
getSubSystem
public ISubSystem getSubSystem()
pathFor
public String pathFor(Object resource)
- Description copied from interface:
ISystemResourceSet
- Returns the path of a specified resource. This is the same path
that is used be the get(absoluteName) method to retrieve the object
- Specified by:
pathFor
in interface ISystemResourceSet
- Overrides:
pathFor
in class AbstractSystemResourceSet
- Parameters:
resource
- the resource to return the path for
- Returns:
- the path of the resource
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.