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, java.util.Properties properties, java.io.Writer writer)
           
 void putArchetypes(java.util.List archetypes, java.io.Writer writer)
           
 

Method Detail

putArchetypes

void putArchetypes(java.util.List archetypes,
                   java.io.Writer writer)
                   throws ArchetypeDataSinkException
Throws:
ArchetypeDataSinkException

putArchetypes

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


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