Package network.oxalis.test.filesystem
Class TestFileSystemModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- network.oxalis.test.filesystem.TestFileSystemModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class TestFileSystemModule extends com.google.inject.AbstractModule- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description TestFileSystemModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected PathgetHomeFolder()-
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, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
getHomeFolder
@Provides protected Path getHomeFolder()
-
-