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