public.javadoc.org.spincast.plugins.hotswap.SpincastHotSwapPluginModule.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastHotSwapPluginModule (org.spincast:spincast-framework 1.13.0 API)
org.spincast.plugins.hotswap
Class SpincastHotSwapPluginModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.spincast.core.guice.SpincastGuiceModuleBase
-
- org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- All Implemented Interfaces:
- com.google.inject.Module, SpincastContextTypesInterested
public class SpincastHotSwapPluginModule
extends SpincastGuiceModuleBase
Spincast HotSwap plugin module.
-
-
Field Summary
Fields
Modifier and Type
Field and Description
protected static boolean
hotswapAgentUnavailableMessageOutputed
-
Constructor Summary
Constructors
Constructor and Description
SpincastHotSwapPluginModule()
SpincastHotSwapPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
protected void
bindHotSwapClassesRedefinitionWatcher()
protected void
configure()
protected ClassLoader
getClassloaderToUseToBindHotSwapClassesRedefinitionWatcher()
protected Class<? extends HotSwapClassesRedefinitionsWatcher>
getHotSwapClassesRedefinitionsWatcherDummyImpl()
protected Class<? extends HotSwapClassesRedefinitionsWatcher>
getHotSwapClassesRedefinitionWatcherImpl()
protected Class<? extends HotSwapFilesModificationsWatcher>
getHotSwapFilesModificationsWatcherImpl()
protected boolean
isHotswapAgentAvailable()
-
Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase
getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClass
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
Field Detail
-
hotswapAgentUnavailableMessageOutputed
protected static boolean hotswapAgentUnavailableMessageOutputed
-
Constructor Detail
-
SpincastHotSwapPluginModule
public SpincastHotSwapPluginModule()
-
SpincastHotSwapPluginModule
public SpincastHotSwapPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Detail
-
configure
protected void configure()
- Specified by:
configure
in class SpincastGuiceModuleBase
-
getHotSwapClassesRedefinitionsWatcherDummyImpl
protected Class<? extends HotSwapClassesRedefinitionsWatcher> getHotSwapClassesRedefinitionsWatcherDummyImpl()
-
isHotswapAgentAvailable
protected boolean isHotswapAgentAvailable()
-
getHotSwapFilesModificationsWatcherImpl
protected Class<? extends HotSwapFilesModificationsWatcher> getHotSwapFilesModificationsWatcherImpl()
-
getHotSwapClassesRedefinitionWatcherImpl
protected Class<? extends HotSwapClassesRedefinitionsWatcher> getHotSwapClassesRedefinitionWatcherImpl()
-
bindHotSwapClassesRedefinitionWatcher
protected void bindHotSwapClassesRedefinitionWatcher()
-
getClassloaderToUseToBindHotSwapClassesRedefinitionWatcher
protected ClassLoader getClassloaderToUseToBindHotSwapClassesRedefinitionWatcher()
Copyright © 2019. All rights reserved.