org.codehaus.mojo.groovy.runtime.util
Class ClassSource
java.lang.Object
org.codehaus.mojo.groovy.runtime.util.ClassSource
public class ClassSource
- extends java.lang.Object
Container which provides defails about a Groovy scripts source.
- Version:
- $Id: ClassSource.java 5523 2007-10-25 07:29:13Z user57 $
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
url
public final java.net.URL url
file
public final java.io.File file
body
public final ClassSource.Body body
ClassSource
public ClassSource(java.net.URL url)
ClassSource
public ClassSource(java.io.File file)
ClassSource
public ClassSource(ClassSource.Body body)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
forValue
public static ClassSource forValue(java.lang.String source)
Copyright © 2006-2007 Codehaus. All Rights Reserved.