public class EclipseCollectionsCodeGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
EclipseCollectionsCodeGenerator.ErrorListener |
Modifier and Type | Field and Description |
---|---|
static String |
GENERATED_SOURCES_LOCATION |
static String |
GENERATED_TEST_SOURCES_LOCATION |
Constructor and Description |
---|
EclipseCollectionsCodeGenerator(String templateDirectory,
File moduleBaseDir,
List<URL> classPathURLs,
EclipseCollectionsCodeGenerator.ErrorListener errorListener) |
Modifier and Type | Method and Description |
---|---|
int |
generateFiles()
Generates code and only write contents to disk which differ from the current file contents.
|
boolean |
isTest() |
public static final String GENERATED_TEST_SOURCES_LOCATION
public static final String GENERATED_SOURCES_LOCATION
public EclipseCollectionsCodeGenerator(String templateDirectory, File moduleBaseDir, List<URL> classPathURLs, EclipseCollectionsCodeGenerator.ErrorListener errorListener)
Copyright © 2004–2016. All rights reserved.