ezc
Class EzcContainerUtils

java.lang.Object
  extended byezc.EzcContainerUtils

public class EzcContainerUtils
extends java.lang.Object

Helper class to facilitate configuration of an EzcContainer using Groovy scripting

Author:
Jens Wyke (jw@jenswyke.com)

Constructor Summary
EzcContainerUtils()
           
 
Method Summary
static EzcContainer initContainer(EzcContainer container, java.io.File groovyConfigScript, java.util.HashMap scriptingObjects)
           
static EzcContainer initContainer(EzcContainer container, java.io.InputStream groovyConfigScript, java.util.HashMap scriptingObjects)
           
static EzcContainer initContainer(EzcContainer container, java.lang.String groovyConfigScript, java.util.HashMap scriptingObjects)
           
static EzcContainer initContainer(java.io.File groovyConfigScript)
           
static EzcContainer initContainer(java.io.InputStream groovyConfigScript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EzcContainerUtils

public EzcContainerUtils()
Method Detail

initContainer

public static EzcContainer initContainer(EzcContainer container,
                                         java.io.InputStream groovyConfigScript,
                                         java.util.HashMap scriptingObjects)
                                  throws java.io.IOException,
                                         org.codehaus.groovy.control.CompilationFailedException
Throws:
java.io.IOException
org.codehaus.groovy.control.CompilationFailedException

initContainer

public static EzcContainer initContainer(EzcContainer container,
                                         java.io.File groovyConfigScript,
                                         java.util.HashMap scriptingObjects)
                                  throws java.io.IOException,
                                         org.codehaus.groovy.control.CompilationFailedException
Throws:
java.io.IOException
org.codehaus.groovy.control.CompilationFailedException

initContainer

public static EzcContainer initContainer(EzcContainer container,
                                         java.lang.String groovyConfigScript,
                                         java.util.HashMap scriptingObjects)
                                  throws java.io.IOException,
                                         org.codehaus.groovy.control.CompilationFailedException
Throws:
java.io.IOException
org.codehaus.groovy.control.CompilationFailedException

initContainer

public static EzcContainer initContainer(java.io.File groovyConfigScript)
                                  throws java.io.IOException,
                                         org.codehaus.groovy.control.CompilationFailedException
Throws:
java.io.IOException
org.codehaus.groovy.control.CompilationFailedException

initContainer

public static EzcContainer initContainer(java.io.InputStream groovyConfigScript)
                                  throws java.io.IOException,
                                         org.codehaus.groovy.control.CompilationFailedException
Throws:
java.io.IOException
org.codehaus.groovy.control.CompilationFailedException