org.apache.maven.archetype.source
Interface ArchetypeDataSink

All Known Implementing Classes:
CatalogArchetypeDataSink

public interface ArchetypeDataSink

Author:
Jason van Zyl

Method Summary
 void putArchetypes(ArchetypeDataSource source, Properties properties, Writer writer)
           
 void putArchetypes(List<Archetype> archetypes, Writer writer)
           
 

Method Detail

putArchetypes

void putArchetypes(List<Archetype> archetypes,
                   Writer writer)
                   throws ArchetypeDataSinkException
Throws:
ArchetypeDataSinkException

putArchetypes

void putArchetypes(ArchetypeDataSource source,
                   Properties properties,
                   Writer writer)
                   throws ArchetypeDataSourceException,
                          ArchetypeDataSinkException
Throws:
ArchetypeDataSourceException
ArchetypeDataSinkException


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