Interface MutablePortMount
- All Superinterfaces:
PortMount
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRootMount
(MutableMount mount) sets themount
as rootMount for thisMutablePortMount
Methods inherited from interface org.hippoecm.hst.configuration.hosting.PortMount
getPortNumber, getRootMount
-
Method Details
-
setRootMount
sets themount
as rootMount for thisMutablePortMount
- Parameters:
mount
- themount
to set as rootMount
-