All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
deleteData(Path dirPath,
Map<String,String> data) |
void |
deleteMultipleData(Path dirPath,
List<Map<String,String>> data) |
List<Map<String,String>> |
getAllData(Path dirPath) |
List<Map<String,String>> |
getAllDependencies(net.thevpc.nuts.NutsWorkspace ws,
Path dirPath,
net.thevpc.nuts.NutsId id) |
List<Map<String,String>> |
getAllVersions(net.thevpc.nuts.NutsWorkspace ws,
Path dirPath,
net.thevpc.nuts.NutsId id) |
List<Map<String,String>> |
getDependencies(net.thevpc.nuts.NutsWorkspace ws,
Path dirPath,
net.thevpc.nuts.NutsId id) |
void |
indexData(Path dirPath,
Map<String,String> data) |
void |
indexMultipleData(Path dirPath,
List<Map<String,String>> data) |
List<Map<String,String>> |
searchData(Path dirPath,
Map<String,String> data,
org.apache.lucene.search.Query query) |
void |
updateData(Path dirPath,
Map<String,String> olddata,
Map<String,String> data) |