padl_creator_javafile_eclipse
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | padl_creator_javafile_eclipse [2025/01/15 21:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== PADL Creator JavaFile (Eclipse) ====== | ||
| + | Two third-party projects provide means to create a PADL model from Java source code (instead of [[PADL Creator ClassFile|Java class files]]). Fetch the projects '' | ||
| + | |||
| + | < | ||
| + | final ICodeLevelModel padlModelFromJavaFiles = | ||
| + | Factory.getInstance().createCodeLevelModel(" | ||
| + | try { | ||
| + | padlModelFromJavaFiles.create(new CompleteJavaFileCreator( | ||
| + | sourcePathEntry, | ||
| + | classPathEntry)); | ||
| + | } | ||
| + | catch (final CreationException e) { | ||
| + | e.printStackTrace(ProxyConsole.getInstance().errorOutput()); | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | :!: The project '' | ||
| + | |||
| + | :!: The '' | ||
