org.hippoecm.hst.configuration.hosting
Interface PortMount

All Known Subinterfaces:
MutablePortMount
All Known Implementing Classes:
PortMountService

public interface PortMount


Method Summary
 int getPortNumber()
           
 Mount getRootMount()
          A PortMount has to have at least a root Mount, otherwise it is not a valid PortNumber and cannot be used.
 

Method Detail

getPortNumber

int getPortNumber()
Returns:
Returns the portnumber associated with this PortMount object.

getRootMount

Mount getRootMount()
A PortMount has to have at least a root Mount, otherwise it is not a valid PortNumber and cannot be used.

Returns:
the root Mount for this PortNumber object. When this PortMount has an invalid configured Mount or no Mount, null will be returned


Copyright © 2008-2012 Hippo. All Rights Reserved.