Package org.cryptomator.cryptofs
Class CryptoFileSystemStats_Factory
- java.lang.Object
-
- org.cryptomator.cryptofs.CryptoFileSystemStats_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<CryptoFileSystemStats>,javax.inject.Provider<CryptoFileSystemStats>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class CryptoFileSystemStats_Factory extends Object implements dagger.internal.Factory<CryptoFileSystemStats>
-
-
Constructor Summary
Constructors Constructor Description CryptoFileSystemStats_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoFileSystemStats_Factorycreate()CryptoFileSystemStatsget()static CryptoFileSystemStatsnewInstance()
-
-
-
Method Detail
-
get
public CryptoFileSystemStats get()
- Specified by:
getin interfacejavax.inject.Provider<CryptoFileSystemStats>
-
create
public static CryptoFileSystemStats_Factory create()
-
newInstance
public static CryptoFileSystemStats newInstance()
-
-