Class DefaultRepositoryCrawler
java.lang.Object
org.apache.maven.archetype.repositorycrawler.DefaultRepositoryCrawler
- All Implemented Interfaces:
RepositoryCrawler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ArchetypeArtifactManager
private static final org.slf4j.Logger
Fields inherited from interface org.apache.maven.archetype.repositorycrawler.RepositoryCrawler
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
writeCatalog
(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
archetypeArtifactManager
-
-
Constructor Details
-
DefaultRepositoryCrawler
public DefaultRepositoryCrawler()
-
-
Method Details
-
crawl
- Specified by:
crawl
in interfaceRepositoryCrawler
-
writeCatalog
- Specified by:
writeCatalog
in interfaceRepositoryCrawler
-