public class LanguageTasksTests extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static File |
BASE_DIR |
org.apache.tools.ant.BuildFileRule |
buildRule |
| Constructor and Description |
|---|
LanguageTasksTests() |
| Modifier and Type | Method and Description |
|---|---|
static File |
createBuildFile(String defaultTarget,
String... targetDefinition)
Create a build file (xml) by adding the task definitions to a basic proejct structure
|
static String |
createModelLoadTarget(String baseDir)
Creates
|
static String |
createTaskDefTarget(String language)
Create an ant target to init the language task definition
|
void |
eclModuleFromSource() |
void |
eolModuleFromSource() |
void |
eolModuleInLine() |
void |
evlModuleFromSource() |
protected static final File BASE_DIR
public final org.apache.tools.ant.BuildFileRule buildRule
public static String createTaskDefTarget(String language)
language - the name of the language, e.g. Eol, Etl, etc.public static File createBuildFile(String defaultTarget, String... targetDefinition) throws Exception
taskDefinition - Exception - If there is an error creating the file or adding the contentsCopyright © 2020. All rights reserved.