com.ibm.wsspi.adaptable.module

Interface InterpretedContainer

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

  1. public interface InterpretedContainer
  2. extends Container

Method Summary

Modifier and Type Method and Description
  1. 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

  1. 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.