Groovy 1.7.0

groovy.ui
Class OutputTransforms

java.lang.Object
  groovy.ui.OutputTransforms

class OutputTransforms
extends Object

Property Summary
static def localTransforms

 
Constructor Summary
OutputTransforms()

 
Method Summary
static def loadOutputTransforms()

static def transformResult(def base, def transforms = localTransforms)

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

localTransforms

@Lazy
static def localTransforms


 
Constructor Detail

OutputTransforms

OutputTransforms()


 
Method Detail

loadOutputTransforms

public static def loadOutputTransforms()


transformResult

public static def transformResult(def base, def transforms = localTransforms)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.