RSE
Release 3.3

org.eclipse.rse.ui.model
Class SystemRemoteElementResourceSet

java.lang.Object
  extended by org.eclipse.rse.core.model.AbstractSystemResourceSet
      extended by 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.


Constructor Summary
SystemRemoteElementResourceSet(ISubSystem subSystem)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter, List objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter, Object[] objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, List objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, Object[] objects)
           
 
Method Summary
 ISubSystem getSubSystem()
           
 ISystemViewElementAdapter getViewAdapter()
           
 String pathFor(Object resource)
          Returns the path of a specified resource.
 
Methods inherited from class org.eclipse.rse.core.model.AbstractSystemResourceSet
addResource, byteSize, get, get, getMessage, getResourceSet, hasByteSize, hasMessage, removeResource, setByteSize, setMessage, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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

RSE
Release 3.3

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