com.ibm.wsspi.adaptable.module
Interface InterpretedContainer

All Superinterfaces:
Adaptable, Container, java.lang.Iterable<Entry>

public interface InterpretedContainer
extends Container


Method Summary
 void setStructureHelper(com.ibm.ws.adaptable.module.structure.StructureHelper sh)
          Set a structure helper into this interpreted container.
 
Methods inherited from interface com.ibm.wsspi.adaptable.module.Container
getEnclosingContainer, getEntry, getName, getPath, getPhysicalPath, getRoot, getURLs, isRoot
 
Methods inherited from interface com.ibm.wsspi.adaptable.module.Adaptable
adapt
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

setStructureHelper

void setStructureHelper(com.ibm.ws.adaptable.module.structure.StructureHelper sh)
Set a structure helper into this interpreted container.

Structure helpers can promote Containers to become isRoot = true.

Parameters:
sh -
Throws:
java.lang.IllegalStateException - if a StructureHelper is already set.