com.ibm.wsspi.adaptable.module
Interface InterpretedContainer
All Superinterfaces:
- public interface InterpretedContainer
- extends Container
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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)
Parameters:
sh
- Throws:
java.lang.IllegalStateException
- if a StructureHelper is already set.
Structure helpers can promote Containers to become isRoot = true.