org.hippoecm.hst.configuration.hosting
Interface MutablePortMount

All Superinterfaces:
PortMount
All Known Implementing Classes:
PortMountService

public interface MutablePortMount
extends PortMount


Method Summary
 void setRootMount(MutableMount mount)
          sets the mount as rootMount for this MutablePortMount
 
Methods inherited from interface org.hippoecm.hst.configuration.hosting.PortMount
getPortNumber, getRootMount
 

Method Detail

setRootMount

void setRootMount(MutableMount mount)
sets the mount as rootMount for this MutablePortMount

Parameters:
mount - the mount to set as rootMount


Copyright © 2008-2012 Hippo. All Rights Reserved.