Class ShaclSailFactory
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
-
- All Implemented Interfaces:
SailFactory
public class ShaclSailFactory extends Object implements SailFactory
Factory class for creation ofShaclSails as part of a Sail stack.- Author:
- Jeen Broekstra
-
-
Constructor Summary
Constructors Constructor Description ShaclSailFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SailImplConfiggetConfig()SailgetSail(SailImplConfig config)StringgetSailType()
-
-
-
Field Detail
-
SAIL_TYPE
public static final String SAIL_TYPE
The type of Sails that are created by this factory.- See Also:
SailFactory.getSailType(), Constant Field Values
-
-
Method Detail
-
getSailType
public String getSailType()
- Specified by:
getSailTypein interfaceSailFactory
-
getConfig
public SailImplConfig getConfig()
- Specified by:
getConfigin interfaceSailFactory
-
getSail
public Sail getSail(SailImplConfig config) throws SailConfigException
- Specified by:
getSailin interfaceSailFactory- Throws:
SailConfigException
-
-