org.apache.maven.archetype.common
Interface ArchetypePropertiesManager

All Known Implementing Classes:
DefaultArchetypePropertiesManager

public interface ArchetypePropertiesManager


Field Summary
static String ROLE
           
 
Method Summary
 void readProperties(Properties properties, File propertyFile)
           
 void writeProperties(Properties properties, File propertyFile)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

readProperties

void readProperties(Properties properties,
                    File propertyFile)
                    throws FileNotFoundException,
                           IOException
Throws:
FileNotFoundException
IOException

writeProperties

void writeProperties(Properties properties,
                     File propertyFile)
                     throws IOException
Throws:
IOException


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