Created
November 23, 2016 13:49
-
-
Save edewit/89b84245202e394267c22e0428321098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"state": { | |
"valid": true, | |
"canExecute": true, | |
"wizard": true, | |
"canMoveToNextStep": false, | |
"canMoveToPreviousStep": true | |
}, | |
"messages": [], | |
"inputs": [ | |
{ | |
"name": "createMain", | |
"shortName": " ", | |
"valueType": "java.lang.Boolean", | |
"inputType": "org.jboss.forge.inputType.DEFAULT", | |
"enabled": true, | |
"required": false, | |
"deprecated": false, | |
"label": "Create Main Class", | |
"description": "Toggle creation of a simple Main() script in the root package, valid for jar projects only", | |
"class": "UIInput", | |
"value": "false" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment