public class PostgresRepoHelper extends Object implements ToolboxRepoHelper
| Modifier and Type | Field and Description |
|---|---|
protected SingleBaseIdFilterHelper |
baseIdFilterHelper |
static String |
ZONKY_ARTIFACT |
static String |
ZONKY_BASE_URL |
static String |
ZONKY_GROUP |
DYNAMIC_DESCRIPTOR| Constructor and Description |
|---|
PostgresRepoHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.io.NPath |
fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.artifact.NDescriptor |
fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
search(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.core.NRepository repository) |
public static final String ZONKY_BASE_URL
public static final String ZONKY_GROUP
public static final String ZONKY_ARTIFACT
protected SingleBaseIdFilterHelper baseIdFilterHelper
public boolean acceptId(net.thevpc.nuts.artifact.NId id)
acceptId in interface ToolboxRepoHelperpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.core.NRepository repository)
searchVersions in interface ToolboxRepoHelperpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> search(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.core.NRepository repository)
search in interface ToolboxRepoHelperpublic net.thevpc.nuts.artifact.NDescriptor fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository)
fetchDescriptor in interface ToolboxRepoHelperpublic net.thevpc.nuts.io.NPath fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.core.NRepository repository)
fetchContent in interface ToolboxRepoHelperCopyright © 2026 vpc open source initiative. All rights reserved.