Interface WithOptions
-
- All Known Implementing Classes:
AbstractJerseyInstaller,InstallerOptionsSupport,JerseyProviderInstaller,ResourceInstaller,WebListenerInstaller,WebServletInstaller
public interface WithOptionsMarker interface for installers requiring options.Optionsinstance will be set before any installer method call.Installer could extend
InstallerOptionsSupportinstead of directly implementing interface (to avid boilerplate).- Since:
- 18.08.2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOptions(Options options)Called before any installer method.
-
-
-
Method Detail
-
setOptions
void setOptions(Options options)
Called before any installer method.- Parameters:
options- options accessor instance
-
-