Package org.openl.rules.repository.file
Class LocalRepositoryFactory
- java.lang.Object
-
- org.openl.rules.repository.file.LocalRepositoryFactory
-
- All Implemented Interfaces:
RepositoryFactory
public class LocalRepositoryFactory extends Object implements RepositoryFactory
Local file system repository factory.- Author:
- Yury Molchan
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String factoryID)Repositorycreate(Function<String,String> settings)StringgetRefID()
-
-
-
Method Detail
-
accept
public boolean accept(String factoryID)
- Specified by:
acceptin interfaceRepositoryFactory
-
getRefID
public String getRefID()
- Specified by:
getRefIDin interfaceRepositoryFactory
-
create
public Repository create(Function<String,String> settings)
- Specified by:
createin interfaceRepositoryFactory
-
-