org.apache.maven.archetype.repositorycrawler
Interface RepositoryCrawler

All Known Implementing Classes:
DefaultRepositoryCrawler

public interface RepositoryCrawler

Author:
rafale

Field Summary
static String ROLE
           
 
Method Summary
 ArchetypeCatalog crawl(File repository)
           
 boolean writeCatalog(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

crawl

ArchetypeCatalog crawl(File repository)

writeCatalog

boolean writeCatalog(ArchetypeCatalog archetypeCatalog,
                     File archetypeCatalogFile)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.