Interface HstConfigurationAugmenter
public interface HstConfigurationAugmenter
Classes that implement this interface can be used to augment the loaded configuration. The implementations will get the
augment(MutableVirtualHosts)
called by the HstManager
after the MutableVirtualHosts
object is
completely loaded and all configuration has been enhanced.-
Method Summary
Modifier and TypeMethodDescriptionvoid
augment
(MutableVirtualHosts hosts) Implementations that are
-
Method Details
-
augment
Implementations that are- Parameters:
hosts
- the MutableVirtualHosts to augment- Throws:
ContainerException
-