public class ArtifactsIndexDB extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ARTIFACT_TABLE_NAME |
| Constructor and Description |
|---|
ArtifactsIndexDB(String tableName,
NanoDB db) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NutsId id) |
boolean |
contains(NutsId id) |
Stream<NutsId> |
findAll() |
Stream<NutsId> |
findByArtifactId(String artifactId) |
Stream<NutsId> |
findByGroupId(String groupId) |
void |
flush() |
static ArtifactsIndexDB |
of(NutsWorkspace ws) |
public static final String DEFAULT_ARTIFACT_TABLE_NAME
public static ArtifactsIndexDB of(NutsWorkspace ws)
public void add(NutsId id)
public void flush()
public boolean contains(NutsId id)
Copyright © 2021 vpc open source initiative. All rights reserved.