Class EclipseCollectionsCodeGenerator
java.lang.Object
org.eclipse.collections.codegenerator.EclipseCollectionsCodeGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionEclipseCollectionsCodeGenerator(String templateDirectory, List<URL> classPathURLs, ErrorListener errorListener, File outputDirectory, String fileExtension) -
Method Summary
Modifier and TypeMethodDescriptionintGenerates code and only write contents to disk which differ from the current file contents.
-
Constructor Details
-
EclipseCollectionsCodeGenerator
-
-
Method Details
-
generateFiles
public int generateFiles()Generates code and only write contents to disk which differ from the current file contents.- Returns:
- The number of files written.
-