|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AntMakeUtils | |
org.acmsl.antmake | |
org.acmsl.antmake.cvslib |
Uses of AntMakeUtils in org.acmsl.antmake |
Methods in org.acmsl.antmake that return AntMakeUtils | |
static AntMakeUtils |
AntMakeUtils.getInstance()
Retrieves a AntMakeUtils instance. |
Methods in org.acmsl.antmake with parameters of type AntMakeUtils | |
protected static void |
AntMakeUtils.setReference(AntMakeUtils utils)
Specifies a new weak reference. |
protected void |
AntMake.createConfigureInFile(ConfigureInTemplateGenerator generator,
AntMakeUtils antMakeUtils,
java.lang.String projectName,
java.lang.String projectVersion,
java.io.File baseFolder,
java.io.File[] sourceFiles,
org.apache.tools.ant.Task task)
Creates the configure.in file. |
protected void |
AntMake.createTopMakefileAmFile(TopMakefileAmTemplateGenerator generator,
AntMakeUtils antMakeUtils,
java.lang.String projectName,
java.io.File baseFolder,
java.io.File[] sourceFiles,
org.apache.tools.ant.Task task)
Creates the top-level Makefile.am file. |
protected void |
AntMake.createMakefileAmFiles(MakefileAmTemplateGenerator generator,
AntMakeUtils antMakeUtils,
java.lang.String projectName,
java.io.File baseFolder,
java.io.File[] sourceFiles,
org.apache.tools.ant.Task task)
Creates the child Makefile.am files. |
protected void |
AntMake.addPackage(AntMakeUtils antMakeUtils,
java.util.Map map,
java.lang.String[] folders)
Adds given package (and its parents) to given map. |
Uses of AntMakeUtils in org.acmsl.antmake.cvslib |
Methods in org.acmsl.antmake.cvslib with parameters of type AntMakeUtils | |
void |
CvsUtils.writeChangeLog(java.lang.String output,
CvsEntry[] cvsEntries,
AntMakeUtils antMakeUtils,
org.apache.tools.ant.Task task)
Prints changelog to given output file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |