RSE
Release 3.3

org.eclipse.rse.core.model
Interface ISystemModifiableContainer

All Superinterfaces:
ISystemContainer

public interface ISystemModifiableContainer
extends ISystemContainer

A modifiable container allows its contents to be set directly.

Since:
org.eclipse.rse.core 3.0

Method Summary
 void setContents(ISystemContentsType type, Object[] cachedContents)
          Cache contents of a certain type.
 
Methods inherited from interface org.eclipse.rse.core.model.ISystemContainer
getContents, hasContents, isStale, markStale, markStale
 

Method Detail

setContents

void setContents(ISystemContentsType type,
                 Object[] cachedContents)
Cache contents of a certain type.

Parameters:
type - the contents type.
cachedContents - the contents to cache.

RSE
Release 3.3

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