public class GafferConfigurator extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
GafferConfigurator(LoggerContext context) |
| Modifier and Type | Method and Description |
|---|---|
LoggerContext |
getContext() |
static String |
getDEBUG_SYSTEM_PROPERTY_KEY() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
protected org.codehaus.groovy.control.customizers.ImportCustomizer |
importCustomizer() |
protected void |
informContextOfURLUsedForConfiguration(URL url) |
Object |
invokeMethod(String method,
Object arguments) |
void |
run(File file) |
void |
run(String dslText) |
void |
run(URL url) |
void |
setContext(LoggerContext value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public GafferConfigurator(LoggerContext context)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic LoggerContext getContext()
public void setContext(LoggerContext value)
public static final String getDEBUG_SYSTEM_PROPERTY_KEY()
protected void informContextOfURLUsedForConfiguration(URL url)
public void run(URL url)
public void run(File file)
public void run(String dslText)
protected org.codehaus.groovy.control.customizers.ImportCustomizer importCustomizer()
Copyright © 2005–2021 QOS.ch. All rights reserved.