Package org.topbraid.jenax.util
Class UpdateFactoryFilter
- java.lang.Object
-
- org.topbraid.jenax.util.UpdateFactoryFilter
-
public class UpdateFactoryFilter extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.update.UpdateRequestcreate(String str)static UpdateFactoryFilterget()Gets the singleton instance of this class.
-
-
-
Method Detail
-
get
public static UpdateFactoryFilter get()
Gets the singleton instance of this class.- Returns:
- the singleton
-
create
public org.apache.jena.update.UpdateRequest create(String str)
-
-