Package org.cryptomator.cryptofs
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>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class PathMatcherFactory_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.PathMatcherFactory>
-
-
Constructor Summary
Constructors Constructor Description PathMatcherFactory_Factory(javax.inject.Provider<org.cryptomator.cryptofs.GlobToRegexConverter> globToRegexConverterProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathMatcherFactory_Factorycreate(javax.inject.Provider<org.cryptomator.cryptofs.GlobToRegexConverter> globToRegexConverterProvider)org.cryptomator.cryptofs.PathMatcherFactoryget()static org.cryptomator.cryptofs.PathMatcherFactorynewInstance(Object globToRegexConverter)
-
-
-
Method Detail
-
get
public org.cryptomator.cryptofs.PathMatcherFactory get()
- Specified by:
getin interfacejavax.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)
-
-