Class DefaultRepositoryCrawler
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.archetype.repositorycrawler.DefaultRepositoryCrawler
- All Implemented Interfaces:
RepositoryCrawler
,org.codehaus.plexus.logging.LogEnabled
@Component(role=RepositoryCrawler.class)
public class DefaultRepositoryCrawler
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements RepositoryCrawler
-
Field Summary
FieldsFields inherited from interface org.apache.maven.archetype.repositorycrawler.RepositoryCrawler
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncrawl
(java.io.File repository) boolean
writeCatalog
(ArchetypeCatalog archetypeCatalog, java.io.File archetypeCatalogFile) Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
archetypeArtifactManager
-
-
Constructor Details
-
DefaultRepositoryCrawler
public DefaultRepositoryCrawler()
-
-
Method Details
-
crawl
- Specified by:
crawl
in interfaceRepositoryCrawler
-
writeCatalog
- Specified by:
writeCatalog
in interfaceRepositoryCrawler
-