RSE
Release 1.0

org.eclipse.rse.core.model
Class AbstractSystemResourceSet

java.lang.Object
  extended byorg.eclipse.rse.core.model.AbstractSystemResourceSet
All Implemented Interfaces:
ISystemResourceSet
Direct Known Subclasses:
SystemRemoteElementResourceSet, SystemRemoteResourceSet, SystemWorkspaceResourceSet

public class AbstractSystemResourceSet
extends Object
implements ISystemResourceSet


Constructor Summary
AbstractSystemResourceSet()
           
AbstractSystemResourceSet(List set)
           
AbstractSystemResourceSet(Object[] set)
           
 
Method Summary
 void addResource(Object src)
           
 long byteSize()
           
 Object get(int index)
           
 Object get(String absoluteName)
           
 SystemMessage getMessage()
           
 List getResourceSet()
           
 boolean hasByteSize()
           
 boolean hasMessage()
           
 String pathFor(Object resource)
           
 void removeResource(Object src)
           
 void setByteSize(long byteSize)
           
 void setMessage(SystemMessage message)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSystemResourceSet

public AbstractSystemResourceSet()

AbstractSystemResourceSet

public AbstractSystemResourceSet(Object[] set)

AbstractSystemResourceSet

public AbstractSystemResourceSet(List set)
Method Detail

size

public int size()
Specified by:
size in interface ISystemResourceSet

get

public Object get(String absoluteName)
Specified by:
get in interface ISystemResourceSet

get

public Object get(int index)
Specified by:
get in interface ISystemResourceSet

getResourceSet

public List getResourceSet()
Specified by:
getResourceSet in interface ISystemResourceSet

addResource

public void addResource(Object src)

removeResource

public void removeResource(Object src)

pathFor

public String pathFor(Object resource)
Specified by:
pathFor in interface ISystemResourceSet

toString

public String toString()

setMessage

public void setMessage(SystemMessage message)

getMessage

public SystemMessage getMessage()
Specified by:
getMessage in interface ISystemResourceSet

hasMessage

public boolean hasMessage()
Specified by:
hasMessage in interface ISystemResourceSet

hasByteSize

public boolean hasByteSize()
Specified by:
hasByteSize in interface ISystemResourceSet

byteSize

public long byteSize()
Specified by:
byteSize in interface ISystemResourceSet

setByteSize

public void setByteSize(long byteSize)
Specified by:
setByteSize in interface ISystemResourceSet

RSE
Release 1.0

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