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(net.thevpc.nuts.NId id) |
boolean |
contains(net.thevpc.nuts.NId id) |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> |
findAll() |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> |
findByArtifactId(String artifactId) |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> |
findByGroupId(String groupId) |
void |
flush() |
static ArtifactsIndexDB |
of() |
public static final String DEFAULT_ARTIFACT_TABLE_NAME
public static ArtifactsIndexDB of()
public net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> findAll()
public net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> findByGroupId(String groupId)
public net.thevpc.nuts.util.NStream<net.thevpc.nuts.NId> findByArtifactId(String artifactId)
public void add(net.thevpc.nuts.NId id)
public void flush()
public boolean contains(net.thevpc.nuts.NId id)
Copyright © 2025 vpc open source initiative. All rights reserved.