Class PathMatcherFactory_Factory

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

@DaggerGenerated public final class PathMatcherFactory_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.PathMatcherFactory>
  • Constructor Details

    • PathMatcherFactory_Factory

      public PathMatcherFactory_Factory(javax.inject.Provider<org.cryptomator.cryptofs.GlobToRegexConverter> globToRegexConverterProvider)
  • Method Details

    • get

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

      public static PathMatcherFactory_Factory create(javax.inject.Provider<org.cryptomator.cryptofs.GlobToRegexConverter> globToRegexConverterProvider)
    • newInstance

      public static org.cryptomator.cryptofs.PathMatcherFactory newInstance(Object globToRegexConverter)