You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-java-generator/src/main/java/org/eclipse/esmf/aspectmodel/java/AspectModelJavaUtil.java
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ public static String determinePropertyType( final Optional<Characteristic> optio
173
173
returnString.format( "Either<%s,%s>", left, right );
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-java-generator/src/main/java/org/eclipse/esmf/aspectmodel/java/pojo/EnumerationJavaArtifactGenerator.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public JavaArtifact apply( final E element, final JavaCodeGenerationConfig confi
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-java-generator/src/test/java/org/eclipse/esmf/aspectmodel/java/AspectModelJavaGeneratorTest.java
Copy file name to clipboardExpand all lines: documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,8 @@ are replaced using `packageName` | `String` | none | {nok}
119
119
| `executeLibraryMacros` | Execute the macros provided in the velocity macro library. | `Boolean` | `false` | {nok}
120
120
| `disableJacksonAnnotations` | Leads to generated Java code that does not contain https://github.com/FasterXML/jackson[Jackson] annotations. | `Boolean` | `false` | {nok}
121
121
| `skip` | Skip execution of plugin and generation | `Boolean` | `false` | {nok}
122
+
| `namePrefix` | Name prefix for generated Aspect, Entity Java classes | `String` | none | {nok}
123
+
| `namePostfix` | Name postfix for generated Aspect, Entity Java classes | `String` | none | {nok}
Copy file name to clipboardExpand all lines: documentation/developer-guide/modules/tooling-guide/pages/samm-cli.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The available options and their meaning can also be seen in the help text of the
78
78
| _--language, -l_ : the language from the model for which the diagram should be
79
79
generated (default: en) |
80
80
| _--custom-resolver_ : use an external resolver for the resolution of the model elements | `samm aspect AspectModel.ttl to svg --custom-resolver "java -jar resolver.jar"`
81
-
.8+| [[asepct-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
81
+
.10+| [[asepct-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
82
82
| _--output-directory, -d_ : output directory to write files to (default:
83
83
current directory) |
84
84
| _--package-name, -pn_ : package to use for generated Java classes | `samm aspect AspectModel.ttl to java -pn org.company.product`
@@ -90,6 +90,8 @@ The available options and their meaning can also be seen in the help text of the
Copy file name to clipboardExpand all lines: tools/esmf-aspect-model-maven-plugin/src/test/java/org/eclipse/esmf/aspectmodel/GenerateJavaClassesTest.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,19 @@ public void testSkipPluginExecution() throws Exception {
0 commit comments