@Component public class CompilerHelperImpl extends Object implements CompilerHelper
| Constructor and Description |
|---|
CompilerHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
CompilationArtifact |
compile(String filePath,
List<String> dependencies) |
List<CompilationModellingResult> |
compileFolders(List<String> foldersPaths) |
CompilationModellingResult |
compileSource(String filePath,
List<String> dependencies) |
Map<String,Value> |
loadInputsFromFile(List<String> inputFiles)
Load input sources written in yaml and map them to fully qualified names
|
Set<SystemProperty> |
loadSystemProperties(List<String> systemPropertyFiles)
Load system property sources written in yaml and map them to fully qualified names
|
public CompilationArtifact compile(String filePath, List<String> dependencies)
compile in interface CompilerHelperpublic CompilationModellingResult compileSource(String filePath, List<String> dependencies)
compileSource in interface CompilerHelperpublic List<CompilationModellingResult> compileFolders(List<String> foldersPaths)
compileFolders in interface CompilerHelperpublic Set<SystemProperty> loadSystemProperties(List<String> systemPropertyFiles)
CompilerHelperloadSystemProperties in interface CompilerHelpersystemPropertyFiles - paths to the files containing the system propertiespublic Map<String,Value> loadInputsFromFile(List<String> inputFiles)
CompilerHelperloadInputsFromFile in interface CompilerHelperinputFiles - paths to the files containing the inputsCopyright © 2017. All Rights Reserved.