@CompileStatic
class GroovyFileFilter
extends FileFilter
File filter for Groovy source files recognized by the console.
| Constructor and description |
|---|
GroovyFileFilter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
accept(File f)Accepts directories and files with supported Groovy source extensions. |
|
String |
getDescription()Returns the chooser description for supported Groovy source files. |
|
static String |
getExtension(File f)Returns the wildcard extension for the supplied file name. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.