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) |
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()
public void run(URL url)
public void run(File file)
public void run(String dslText)
Copyright © 2010 - 2020 Adobe. All Rights Reserved