|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DmlCompilerException | |
|---|---|
| pt.ist.fenixframework | |
| pt.ist.fenixframework.dml | |
| Uses of DmlCompilerException in pt.ist.fenixframework |
|---|
| Methods in pt.ist.fenixframework that throw DmlCompilerException | |
|---|---|
static DomainModel |
DmlCompiler.compile(CompilerArgs compArgs)
Runs the DML compiler This is the main entry point for, programmatically, running the DML compiler. |
static DomainModel |
DmlCompiler.getDomainModel(CompilerArgs compArgs)
|
static DomainModel |
DmlCompiler.getDomainModel(List<URL> dmlFilesURLs)
|
static DomainModel |
DmlCompiler.getDomainModel(List<URL> dmlFilesURLs,
boolean checkForMissingExternals)
|
static void |
DmlCompiler.main(String[] args)
Runs the DML compiler This is the main entry point for running the DML compiler, from the command line. |
| Uses of DmlCompilerException in pt.ist.fenixframework.dml |
|---|
| Constructors in pt.ist.fenixframework.dml that throw DmlCompilerException | |
|---|---|
CompilerArgs(File destDirectory,
File destDirectoryBase,
String packageName,
Boolean generateFinals,
Class<? extends CodeGenerator> generatorClass,
String projectName,
Map<String,String> params)
Create the CompilerArgs using the project name (requires a <projName>/project.properties file in the classpath). |
|
CompilerArgs(String[] args)
Create the CompilerArgs using command-line args. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||