Class MounterModule_ProvideWindowsMounterFactory
- java.lang.Object
-
- org.cryptomator.frontend.webdav.mount.MounterModule_ProvideWindowsMounterFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.frontend.webdav.mount.MounterStrategy>,javax.inject.Provider<org.cryptomator.frontend.webdav.mount.MounterStrategy>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://google.github.io/dagger") public final class MounterModule_ProvideWindowsMounterFactory extends java.lang.Object implements dagger.internal.Factory<org.cryptomator.frontend.webdav.mount.MounterStrategy>
-
-
Constructor Summary
Constructors Constructor Description MounterModule_ProvideWindowsMounterFactory(MounterModule module)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MounterModule_ProvideWindowsMounterFactorycreate(MounterModule module)org.cryptomator.frontend.webdav.mount.MounterStrategyget()static org.cryptomator.frontend.webdav.mount.MounterStrategyprovideInstance(MounterModule module)static org.cryptomator.frontend.webdav.mount.MounterStrategyproxyProvideWindowsMounter(MounterModule instance)
-
-
-
Constructor Detail
-
MounterModule_ProvideWindowsMounterFactory
public MounterModule_ProvideWindowsMounterFactory(MounterModule module)
-
-
Method Detail
-
get
public org.cryptomator.frontend.webdav.mount.MounterStrategy get()
- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.frontend.webdav.mount.MounterStrategy>
-
provideInstance
public static org.cryptomator.frontend.webdav.mount.MounterStrategy provideInstance(MounterModule module)
-
create
public static MounterModule_ProvideWindowsMounterFactory create(MounterModule module)
-
proxyProvideWindowsMounter
public static org.cryptomator.frontend.webdav.mount.MounterStrategy proxyProvideWindowsMounter(MounterModule instance)
-
-