|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemResourceSet
This interface is refers to a collection of any type of resources. The resources may be remote RSE resources, or local workspace resources.
Method Summary | |
---|---|
long |
byteSize()
Returns the total number of bytes in this collection of resources |
Object |
get(int index)
Returns the resource at the specified index |
Object |
get(String absoluteName)
Returns the resource in the set with the specified absoluteName |
SystemMessage |
getMessage()
Returns a message if a problem occurs when using this resource set |
List |
getResourceSet()
Returns the set of resources as a List |
boolean |
hasByteSize()
Indicates whether the set of resources has a size in bytes greater than zero |
boolean |
hasMessage()
Indicates whether a message was set corresponding to this resource set during an operation against it. |
String |
pathFor(Object obj)
Returns the path of a specified resource. |
void |
setByteSize(long byteSize)
Sets the total number of bytes in this collection of resources |
int |
size()
Returns the number of resources in the set |
Method Detail |
---|
int size()
Object get(String absoluteName)
absoluteName
- the path of the resource to return
String pathFor(Object obj)
obj
- the resource to return the path for
Object get(int index)
index
- the index of the resource to return
List getResourceSet()
SystemMessage getMessage()
boolean hasMessage()
boolean hasByteSize()
long byteSize()
void setByteSize(long byteSize)
byteSize
- the number of bytes
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |