Class MounterModule_ProvideLinuxGioMounterFactory
- java.lang.Object
-
- org.cryptomator.frontend.webdav.mount.MounterModule_ProvideLinuxGioMounterFactory
-
- 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_ProvideLinuxGioMounterFactory extends java.lang.Object implements dagger.internal.Factory<org.cryptomator.frontend.webdav.mount.MounterStrategy>
-
-
Constructor Summary
Constructors Constructor Description MounterModule_ProvideLinuxGioMounterFactory(MounterModule module)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MounterModule_ProvideLinuxGioMounterFactorycreate(MounterModule module)org.cryptomator.frontend.webdav.mount.MounterStrategyget()static org.cryptomator.frontend.webdav.mount.MounterStrategyprovideInstance(MounterModule module)static org.cryptomator.frontend.webdav.mount.MounterStrategyproxyProvideLinuxGioMounter(MounterModule instance)
-
-
-
Constructor Detail
-
MounterModule_ProvideLinuxGioMounterFactory
public MounterModule_ProvideLinuxGioMounterFactory(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_ProvideLinuxGioMounterFactory create(MounterModule module)
-
proxyProvideLinuxGioMounter
public static org.cryptomator.frontend.webdav.mount.MounterStrategy proxyProvideLinuxGioMounter(MounterModule instance)
-
-