- org.codehaus.groovy.tools.Compiler
-
-
Constructor Summary
Constructors
Constructor and description |
Compiler
() Initializes the Compiler with default configuration. |
Compiler
(org.codehaus.groovy.control.CompilerConfiguration configuration) Initializes the Compiler with the specified configuration. |
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
void |
compile(File file) Compiles a single File. |
|
void |
compile(File[] files) Compiles a series of Files. |
|
void |
compile(String[] files) Compiles a series of Files from file names. |
|
void |
compile(String name, String code) Compiles a string of code. |
-
Inherited Methods Summary
-
-
Method Detail
-
public void compile(File file)
Compiles a single File.
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.