public class ApacheTomcatRepositoryModel extends Object implements net.thevpc.nuts.NutsRepositoryModel
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTPS_ARCHIVE_APACHE_ORG_DIST_TOMCAT |
| Constructor and Description |
|---|
ApacheTomcatRepositoryModel() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsContent |
fetchContent(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor descriptor,
String localPath,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDescriptor |
fetchDescriptor(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
String |
getIdLocalFile(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
String |
getName() |
String |
getUuid() |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
search(net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsPath[] basePaths,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
searchVersions(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
public static final String HTTPS_ARCHIVE_APACHE_ORG_DIST_TOMCAT
public String getName()
getName in interface net.thevpc.nuts.NutsRepositoryModelpublic String getUuid()
getUuid in interface net.thevpc.nuts.NutsRepositoryModelpublic net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> searchVersions(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session)
searchVersions in interface net.thevpc.nuts.NutsRepositoryModelpublic net.thevpc.nuts.NutsDescriptor fetchDescriptor(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session)
fetchDescriptor in interface net.thevpc.nuts.NutsRepositoryModelpublic net.thevpc.nuts.NutsContent fetchContent(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor descriptor,
String localPath,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session)
fetchContent in interface net.thevpc.nuts.NutsRepositoryModelpublic net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> search(net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsPath[] basePaths,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session)
search in interface net.thevpc.nuts.NutsRepositoryModelpublic String getIdLocalFile(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsFetchMode fetchMode, net.thevpc.nuts.NutsRepository repository, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.