Added method to load keyword configurations from directory
This commit is contained in:
4
testdata/config/directory1/Bpr
vendored
Normal file
4
testdata/config/directory1/Bpr
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name" : "BPR" , "items" :
|
||||
[{"name": "I" , "size_type" : "SINGLE" , "value_type" : "INT"},
|
||||
{"name": "J" , "size_type" : "SINGLE" , "value_type" : "INT"},
|
||||
{"name": "K" , "size_type" : "SINGLE" , "value_type" : "INT"}]}
|
||||
1
testdata/config/directory1/WWCT
vendored
Normal file
1
testdata/config/directory1/WWCT
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "WWCT", "items" : [{"name" : "wells" , "size_type" : "ALL" , "value_type" : "STRING"}]}
|
||||
4
testdata/config/directory1/subdir/DIMENS
vendored
Normal file
4
testdata/config/directory1/subdir/DIMENS
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name" : "DIMENS", "size" : 1 , "items" :
|
||||
[{"name": "NX" , "size_type" : "SINGLE" , "value_type" : "INT"},
|
||||
{"name": "NY" , "size_type" : "SINGLE" , "value_type" : "INT"},
|
||||
{"name": "NZ" , "size_type" : "SINGLE" , "value_type" : "INT"}]}
|
||||
Reference in New Issue
Block a user