Class AttributeProvider_Factory

java.lang.Object
org.cryptomator.cryptofs.attr.AttributeProvider_Factory
All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeProvider>, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider>

@DaggerGenerated public final class AttributeProvider_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeProvider>
  • Constructor Summary

    Constructors
    Constructor
    Description
    AttributeProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeComponent.Factory> attributeComponentFactoryProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<Symlinks> symlinksProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeComponent.Factory> attributeComponentFactoryProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<Symlinks> symlinksProvider)
     
    org.cryptomator.cryptofs.attr.AttributeProvider
    get()
     
    static org.cryptomator.cryptofs.attr.AttributeProvider
    newInstance(org.cryptomator.cryptofs.attr.AttributeComponent.Factory attributeComponentFactory, CryptoPathMapper pathMapper, Symlinks symlinks)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttributeProvider_Factory

      public AttributeProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeComponent.Factory> attributeComponentFactoryProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<Symlinks> symlinksProvider)
  • Method Details

    • get

      public org.cryptomator.cryptofs.attr.AttributeProvider get()
      Specified by:
      get in interface javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider>
    • create

      public static AttributeProvider_Factory create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeComponent.Factory> attributeComponentFactoryProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<Symlinks> symlinksProvider)
    • newInstance

      public static org.cryptomator.cryptofs.attr.AttributeProvider newInstance(org.cryptomator.cryptofs.attr.AttributeComponent.Factory attributeComponentFactory, CryptoPathMapper pathMapper, Symlinks symlinks)