Groovy Documentation

org.gradle.groovy.scripts
Class DefaultScriptProcessorFactory

java.lang.Object
  org.gradle.groovy.scripts.DefaultScriptProcessorFactory
All Implemented Interfaces:
ScriptProcessorFactory

class DefaultScriptProcessorFactory
extends java.lang.Object

author:
Hans Dockter


Nested Class Summary
class DefaultScriptProcessorFactory.ScriptProcessorImpl

 
Constructor Summary
DefaultScriptProcessorFactory(ScriptCompilationHandler scriptCompilationHandler, CacheUsage cacheUsage)

 
Method Summary
ScriptProcessor createProcessor(ScriptSource source)

CacheUsage getCacheUsage()

ScriptCompilationHandler getScriptCacheHandler()

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

Constructor Detail

DefaultScriptProcessorFactory

public DefaultScriptProcessorFactory(ScriptCompilationHandler scriptCompilationHandler, CacheUsage cacheUsage)


 
Method Detail

createProcessor

public ScriptProcessor createProcessor(ScriptSource source)


getCacheUsage

public CacheUsage getCacheUsage()


getScriptCacheHandler

public ScriptCompilationHandler getScriptCacheHandler()


 

Groovy Documentation