RSE
Release 1.0

org.eclipse.rse.core.model
Interface ISystemResourceSet

All Known Implementing Classes:
AbstractSystemResourceSet

public interface ISystemResourceSet


Method Summary
 long byteSize()
           
 Object get(int index)
           
 Object get(String absoluteName)
           
 SystemMessage getMessage()
           
 List getResourceSet()
           
 boolean hasByteSize()
           
 boolean hasMessage()
           
 String pathFor(Object obj)
           
 void setByteSize(long byteSize)
           
 int size()
           
 

Method Detail

size

public int size()

get

public Object get(String absoluteName)

pathFor

public String pathFor(Object obj)

get

public Object get(int index)

getResourceSet

public List getResourceSet()

getMessage

public SystemMessage getMessage()

hasMessage

public boolean hasMessage()

hasByteSize

public boolean hasByteSize()

byteSize

public long byteSize()

setByteSize

public void setByteSize(long byteSize)

RSE
Release 1.0

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