org.apache.maven.archetype.common
Interface ArchetypePropertiesManager
- All Known Implementing Classes:
- DefaultArchetypePropertiesManager
public interface ArchetypePropertiesManager
ROLE
static final String ROLE
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.