org.hippoecm.hst.configuration.model
Interface HstConfigurationAugmenter
- All Known Implementing Classes:
- CmsRestMountAndVirtualHostAugmenter, ComposerMountAndVirtualHostAugmenter
public interface HstConfigurationAugmenter
Classes that implement this interface can be used to augment the loaded configuration. The implementations will get the
augment(HstManager)
called by the HstManager
after the VirtualHosts
object is
completely loaded and all configuration has been enhanced.
augment
void augment(HstManager manager)
throws RepositoryNotAvailableException
- Implementations that are
- Parameters:
manager
-
- Throws:
RepositoryNotAvailableException
Copyright © 2008-2012 Hippo. All Rights Reserved.