org.acmsl.antmake
Interface ConfigureInTemplateFactory
- All Known Implementing Classes:
- ConfigureInTemplateGenerator
- public interface ConfigureInTemplateFactory
Represents entities able to create configure.in templates.
- Version:
- $Revision: 1.2 $
- Author:
- Jose San Leandro
createConfigureInTemplate
public ConfigureInTemplate createConfigureInTemplate(java.lang.String projectName,
java.lang.String projectVersion)
- Creates a configure.in template.
- Parameters:
projectName
- the project name.projectVersion
- the project version.
- Returns:
- a template of such kind.
Copyright © 2004 ACM S.L.. All Rights Reserved.