Class ApacheTomcatRepositoryModel
java.lang.Object
net.thevpc.nuts.toolbox.ntomcat.util.ApacheTomcatRepositoryModel
- All Implemented Interfaces:
NRepositoryModel
-
Field Summary
FieldsFields inherited from interface net.thevpc.nuts.core.NRepositoryModel
CACHE, CACHE_READ, CACHE_WRITE, LIB, LIB_OVERRIDE, LIB_READ, LIB_WRITE, MIRRORING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchContent(NId id, NDescriptor descriptor, NFetchMode fetchMode, NRepository repository) fetchDescriptor(NId id, NFetchMode fetchMode, NRepository repository) getIdLocalFile(NId id, NFetchMode fetchMode, NRepository repository) getName()getUuid()search(NDefinitionFilter filter, NPath[] basePaths, NFetchMode fetchMode, NRepository repository) searchVersions(NId id, NDefinitionFilter filter, NFetchMode fetchMode, NRepository repository) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thevpc.nuts.core.NRepositoryModel
getMode, getRepositoryType, getSpeed, getStoreStrategy, isAcceptDeploy, isAcceptFetch, isAcceptFetchMode, isRemote, searchLatestVersion, updateStatistics
-
Field Details
-
HTTPS_ARCHIVE_APACHE_ORG_DIST_TOMCAT
- See Also:
-
-
Constructor Details
-
ApacheTomcatRepositoryModel
public ApacheTomcatRepositoryModel()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNRepositoryModel
-
getUuid
- Specified by:
getUuidin interfaceNRepositoryModel
-
searchVersions
public NIterator<NId> searchVersions(NId id, NDefinitionFilter filter, NFetchMode fetchMode, NRepository repository) - Specified by:
searchVersionsin interfaceNRepositoryModel
-
fetchDescriptor
- Specified by:
fetchDescriptorin interfaceNRepositoryModel
-
fetchContent
public NPath fetchContent(NId id, NDescriptor descriptor, NFetchMode fetchMode, NRepository repository) - Specified by:
fetchContentin interfaceNRepositoryModel
-
search
public NIterator<NId> search(NDefinitionFilter filter, NPath[] basePaths, NFetchMode fetchMode, NRepository repository) - Specified by:
searchin interfaceNRepositoryModel
-
getIdLocalFile
-