Package com.ibm.wsspi.adaptable.module
Interface InterpretedContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStructureHelper(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
-
-
-
-
Method Detail
-
setStructureHelper
void setStructureHelper(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.
-
-