jtulach commented on a change in pull request #1991: [NETBEANS-3918] defer 
creation of target folder until/if needed
URL: https://github.com/apache/netbeans/pull/1991#discussion_r386077821
 
 

 ##########
 File path: platform/openide.loaders/src/org/openide/loaders/TemplateWizard.java
 ##########
 @@ -47,6 +48,13 @@
 * @see TemplateRegistration
 */
 public class TemplateWizard extends WizardDescriptor {
+    /** Set to <CODE>File</CODE> to use for deferred creation of target folder.
+     * If <CODE>TemplateWizard.getTargetFolder()</CODE> is called and the
+     * the target folder has not been set then this property value is
+     * used to create the directory and DataFolder. This allows deferral
+     * of creation of DataFolder until and <em>if</em> it is needed.
+     */
 
 Review comment:
   This would be an API change and as such it would need additional attributes 
of an API change. See the [wiki page](http://wiki.netbeans.org/APIDevelopment) 
for overall description. Here is the enumeration of what I am missing the most:
   - incrementing module version, using `@since` tag
   - modifying `apichanges.xml`
   - testing the change
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to