public class Tools extends MappedClosure<String,Tools> implements Serializable
Constructor and Description |
---|
Tools() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getAllowedToolTypes() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
List<List<Object>> |
getToolEntries() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static String |
typeForKey(String key) |
getMap, getResultMap, getSerialVersionUID, methodMissing, modelFromMap, setResultMap
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class MappedClosure<String,Tools>
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class MappedClosure<String,Tools>
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class MappedClosure<String,Tools>
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class MappedClosure<String,Tools>
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class MappedClosure<String,Tools>
Copyright © 2016–2017. All rights reserved.