org.codehaus.groovy.grails.cli
Class CachedScript

java.lang.Object
  extended by org.codehaus.groovy.grails.cli.CachedScript

 class CachedScript
extends Object

Represents a script that has been cached with a specific binding.

Since:
1.1
Author:
Peter Ledbrook

Field Summary
(package private)  org.codehaus.gant.GantBinding binding
           
(package private)  List<File> potentialScripts
           
 
Constructor Summary
CachedScript()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binding

org.codehaus.gant.GantBinding binding

potentialScripts

List<File> potentialScripts
Constructor Detail

CachedScript

CachedScript()