Package org.codehaus.groovy.control
Class SourceExtensionHandler
java.lang.Object
org.codehaus.groovy.control.SourceExtensionHandler
Looks for source file extensions in META-INF/services/org.codehaus.groovy.source.Extensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRegisteredExtensions(ClassLoader loader) Loads the registered source file extensions visible to the supplied class loader.
-
Constructor Details
-
SourceExtensionHandler
public SourceExtensionHandler()
-
-
Method Details
-
getRegisteredExtensions
Loads the registered source file extensions visible to the supplied class loader.- Parameters:
loader- the class loader used to discover extension descriptors- Returns:
- the registered source extensions, including
groovy
-