RSE
Release 1.0

org.eclipse.rse.files.ui.resources
Class SystemRemoteResourceInfo

java.lang.Object
  extended byorg.eclipse.rse.files.ui.resources.SystemRemoteResourceInfo
All Implemented Interfaces:
Cloneable

public class SystemRemoteResourceInfo
extends Object
implements Cloneable

Class that keeps information about a remote resource. Clients should not use this class.


Constructor Summary
SystemRemoteResourceInfo()
          Constructor for SystemRemoteResourceInfo.
 
Method Summary
 void clear(int mask)
          Clears all of the bits indicated by the mask.
 int getFlags()
          Returns the flags for this info.
 SystemRemoteMarkerSet getMarkers()
          Get the markers from the resource info.
 void set(int mask)
          Sets all of the bits indicated by the mask.
 void setFlags(int value)
          Sets the flags for this info.
 void setMarkers(SystemRemoteMarkerSet markerSet)
          Set the markers for the resource info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemRemoteResourceInfo

public SystemRemoteResourceInfo()
Constructor for SystemRemoteResourceInfo.

Method Detail

set

public void set(int mask)
Sets all of the bits indicated by the mask.


clear

public void clear(int mask)
Clears all of the bits indicated by the mask.


getFlags

public int getFlags()
Returns the flags for this info.

Returns:
the flags

setFlags

public void setFlags(int value)
Sets the flags for this info.

Returns:
the flags

setMarkers

public void setMarkers(SystemRemoteMarkerSet markerSet)
Set the markers for the resource info. null can be used to indicate that the resource has no markers.


getMarkers

public SystemRemoteMarkerSet getMarkers()
Get the markers from the resource info.

Returns:
the marker set

RSE
Release 1.0

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