Module org.cryptomator.cryptofs
Package org.cryptomator.cryptofs.attr
Class AttributeByNameProvider_Factory
java.lang.Object
org.cryptomator.cryptofs.attr.AttributeByNameProvider_Factory
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeByNameProvider>,javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeByNameProvider>
@DaggerGenerated
public final class AttributeByNameProvider_Factory
extends Object
implements dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeByNameProvider>
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeByNameProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider) org.cryptomator.cryptofs.attr.AttributeByNameProviderget()static org.cryptomator.cryptofs.attr.AttributeByNameProvidernewInstance(org.cryptomator.cryptofs.attr.AttributeProvider attributeProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider attributeViewProvider)
-
Constructor Details
-
AttributeByNameProvider_Factory
public AttributeByNameProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider)
-
-
Method Details
-
get
public org.cryptomator.cryptofs.attr.AttributeByNameProvider get()- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeByNameProvider>
-
create
public static AttributeByNameProvider_Factory create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider) -
newInstance
public static org.cryptomator.cryptofs.attr.AttributeByNameProvider newInstance(org.cryptomator.cryptofs.attr.AttributeProvider attributeProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider attributeViewProvider)
-