Groovy Documentation

griffon.resourcemanager
[Groovy] Class TolerantBinding

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Binding
          griffon.resourcemanager.TolerantBinding

class TolerantBinding
extends Binding

Authors:
Alexander Klein


Constructor Summary
TolerantBinding()

 
Method Summary
static String escapeColorLiterals(String src)

Object getVariable(String name)

 
Methods inherited from class Binding
setProperty, getProperty, setVariable, getVariable, hasVariable, getVariables, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class GroovyObjectSupport
setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

TolerantBinding

TolerantBinding()


 
Method Detail

escapeColorLiterals

static String escapeColorLiterals(String src)


getVariable

Object getVariable(String name)


 

Groovy Documentation