org.acmsl.antmake
Interface TopMakefileAmTemplateFactory

All Known Implementing Classes:
TopMakefileAmTemplateGenerator

public interface TopMakefileAmTemplateFactory

Represents entities able to create top-level Makefile.am templates.

Version:
$Revision: 1.1 $
Author:
Jose San Leandro

Method Summary
 TopMakefileAmTemplate createTopMakefileAmTemplate(java.lang.String projectName)
          Creates a top-level Makefile.am template.
 

Method Detail

createTopMakefileAmTemplate

public TopMakefileAmTemplate createTopMakefileAmTemplate(java.lang.String projectName)
Creates a top-level Makefile.am template.

Parameters:
projectName - the project name.
Returns:
a template of such kind.


Copyright © 2004 ACM S.L.. All Rights Reserved.