org.codehaus.groovy.control
Class SourceExtensionHandler

java.lang.Object
  extended by org.codehaus.groovy.control.SourceExtensionHandler

public class SourceExtensionHandler
extends Object

Looks for source file extensions in META-INF/services/org.codehaus.groovy.source.Extensions


Constructor Summary
SourceExtensionHandler()
           
 
Method Summary
static Set<String> getRegisteredExtensions(ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceExtensionHandler

public SourceExtensionHandler()
Method Detail

getRegisteredExtensions

public static Set<String> getRegisteredExtensions(ClassLoader loader)

Copyright © 2003-2012 The Codehaus. All rights reserved.