public class ExtensionModuleRegistry extends Object
The extension method registry is responsible for collecting methods (or static methods) which are added to existing classes and may be called like regular methods.
In previous Groovy versions, such methods could only be defined in a single class called DefaultGroovyMethods for instance methods, and DefaultGroovyStaticMethods for static methods.
Constructor and description |
---|
ExtensionModuleRegistry
() |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addModule(ExtensionModule module) |
|
public ExtensionModule |
getModule(String moduleName) |
|
public List<ExtensionModule> |
getModules() |
|
public boolean |
hasModule(String moduleName) |
|
public void |
removeModule(ExtensionModule module) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.