Package com.ibm.wsspi.adaptable.module
Interface InterpretedContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
setStructureHelper
Set a structure helper into this interpreted container.Structure helpers can promote Containers to become isRoot = true.
- Parameters:
sh
-- Throws:
IllegalStateException
- if a StructureHelper is already set.
-