[Java] Class FileSystemCompiler.CompilationOptions
- org.codehaus.groovy.tools.FileSystemCompiler.CompilationOptions
@CommandLine.Command(name = "groovyc", customSynopsis = "groovyc [options]", sortOptions = false, versionProvider = VersionProvider.class) public static class FileSystemCompiler.CompilationOptions
- Since:
- 2.5
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String[] |
generateFileNames() | |
public CompilerConfiguration |
toCompilerConfiguration() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public String[] generateFileNames()
public CompilerConfiguration toCompilerConfiguration()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/FileSystemCompiler.CompilationOptions.html