Groovy Documentation

groovy.org.codenarc.tool
[Groovy] Class GenerateAll

java.lang.Object
  groovy.org.codenarc.tool.GenerateAll

class GenerateAll

Java application (main() method) that invokes all of the Generate* scripts.

Authors:
Chris Mair


Method Summary
static void main(String[] args)

Invoke all generation scripts

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

main

static void main(String[] args)
Invoke all generation scripts
Parameters:
args - - command-line args (not used)


 

Groovy Documentation