Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire