create-actionscript-class

Purpose

Creates an ActionScript source file. The general format is:


   grails create-actionscript-class FULL_CLASS_NAME [DESTINATION_FOLDER]

Examples


grails create-actionscript-class com.yourcompany.yourapp.Person


grails create-actionscript-class com.yourcompany.yourapp.Organization web-app/flex

Description

Creates an ActionScript class using the specified name. Creates relative to the web-app folder if no destination is specified, and relative to the destination if it is specified.