public class SourceExtensionHandler
extends Object
Looks for source file extensions in META-INF/services/org.codehaus.groovy.source.Extensions
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static Set<String> |
getRegisteredExtensions(ClassLoader loader)Loads the registered source file extensions visible to the supplied class loader. |
Loads the registered source file extensions visible to the supplied class loader.
loader - the class loader used to discover extension descriptorsgroovy