org.nanocontainer.script.groovy
Class GroovyScriptGenerator
java.lang.Object
org.nanocontainer.script.groovy.GroovyScriptGenerator
public class GroovyScriptGenerator
- extends Object
This class can generate a Groovy script from a preconfigured container.
This script can be passed to GroovyContainerBuilder
to recreate
a new container with the same configuration.
This is practical in situations where a container configuration needs
to be saved.
- Version:
- $Revision: 3144 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyScriptGenerator
public GroovyScriptGenerator()
generateScript
public String generateScript(org.picocontainer.MutablePicoContainer pico)
Copyright © 2003-2009 Codehaus. All Rights Reserved.