Package org.topbraid.shacl.targets
Class CustomTargets
- java.lang.Object
-
- org.topbraid.shacl.targets.CustomTargets
-
public class CustomTargets extends Object
A singleton managing the available custom target plugins. The only currently supported custom target is for SPARQL.- Author:
- Holger Knublauch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLanguage(CustomTargetLanguage plugin)static CustomTargetsget()CustomTargetLanguagegetLanguageForTarget(org.apache.jena.rdf.model.Resource executable)
-
-
-
Method Detail
-
get
public static CustomTargets get()
-
addLanguage
public void addLanguage(CustomTargetLanguage plugin)
-
getLanguageForTarget
public CustomTargetLanguage getLanguageForTarget(org.apache.jena.rdf.model.Resource executable)
-
-