java.lang.Object
org.apache.jena.tdb1.setup.StoreParamsCodec
Encode and decode
StoreParams-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StoreParamsdecode(org.apache.jena.atlas.json.JsonObject json) static org.apache.jena.atlas.json.JsonObjectencodeToJson(StoreParams params) static StoreParamsRead from a file if possible.static StoreParamsRead from a file if possible.static voidwrite(String filename, StoreParams params) Write to a filestatic voidwrite(Location location, StoreParams params) Write to a file
-
Constructor Details
-
StoreParamsCodec
public StoreParamsCodec()
-
-
Method Details
-
write
Write to a file -
write
Write to a file -
read
Read from a file if possible. Return null for memory locations, file not found or syntax errors. -
read
Read from a file if possible. Return null if the file is not found or has a syntax error. -
encodeToJson
-
decode
-