Class SetupCommandModule
java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.setup.guice.SetupCommandModule
- All Implemented Interfaces:
com.google.inject.Module
public class SetupCommandModule
extends com.google.inject.PrivateModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
withStderr
(OutputStream stdout) withStdin
(InputStream stdin) withStdout
(OutputStream stdout) Methods inherited from class com.google.inject.PrivateModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
SetupCommandModule
public SetupCommandModule()
-
-
Method Details
-
configure
protected void configure()- Specified by:
configure
in classcom.google.inject.PrivateModule
-
withStdin
-
withStdout
-
withStderr
-